diff --git a/.gitignore b/.gitignore index a70372eaa..f04a672db 100644 --- a/.gitignore +++ b/.gitignore @@ -129,10 +129,6 @@ package-lock.json /*.ilk /*.pdb .clwb -js/**/*.js -js/**/*.d.ts -mjs/**/*.js -mjs/**/*.d.ts yarn-error.log .cache/ /flatbuffers.lib diff --git a/package.json b/package.json index be8053562..8d143bedb 100644 --- a/package.json +++ b/package.json @@ -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",