mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 11:32:01 +00:00
npm update to 2.0.3 and script fix
Change-Id: Idacbc5973e9c1f713f5c8e03513a83590e336fdb
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -129,10 +129,6 @@ package-lock.json
|
|||||||
/*.ilk
|
/*.ilk
|
||||||
/*.pdb
|
/*.pdb
|
||||||
.clwb
|
.clwb
|
||||||
js/**/*.js
|
|
||||||
js/**/*.d.ts
|
|
||||||
mjs/**/*.js
|
|
||||||
mjs/**/*.d.ts
|
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.cache/
|
.cache/
|
||||||
/flatbuffers.lib
|
/flatbuffers.lib
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "flatbuffers",
|
"name": "flatbuffers",
|
||||||
"version": "2.0.0",
|
"version": "2.0.3",
|
||||||
"description": "Memory Efficient Serialization Library",
|
"description": "Memory Efficient Serialization Library",
|
||||||
"files": [
|
"files": [
|
||||||
"js/*.js",
|
"js/*.js",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run compile && cd tests && ./TypeScriptTest.sh",
|
"test": "npm run compile && cd tests && ./TypeScriptTest.sh",
|
||||||
"compile": "tsc && tsc -p tsconfig.mjs.json",
|
"compile": "tsc && tsc -p tsconfig.mjs.json",
|
||||||
"prepublishOnly": "npm run compile"
|
"prepublishOnly": "npm install --only=dev && npm run compile"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user