From baaffbaeddf300a69d167f5f3e8e34013743a9b3 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Thu, 3 Jun 2021 13:40:35 -0700 Subject: [PATCH] npm update to 2.0.3 and script fix Change-Id: Idacbc5973e9c1f713f5c8e03513a83590e336fdb --- .gitignore | 4 ---- package.json | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) 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",