forked from BigfootDev/flatbuffers
npm update to 2.0.3 and script fix
Change-Id: Idacbc5973e9c1f713f5c8e03513a83590e336fdb
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flatbuffers",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.3",
|
||||
"description": "Memory Efficient Serialization Library",
|
||||
"files": [
|
||||
"js/*.js",
|
||||
@@ -18,7 +18,7 @@
|
||||
"scripts": {
|
||||
"test": "npm run compile && cd tests && ./TypeScriptTest.sh",
|
||||
"compile": "tsc && tsc -p tsconfig.mjs.json",
|
||||
"prepublishOnly": "npm run compile"
|
||||
"prepublishOnly": "npm install --only=dev && npm run compile"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user