diff --git a/package.json b/package.json index 67531b2..c441ce4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "rjsvm", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "lib/src/main.js", "scripts": { "clean": "rm -rf lib", "start": "npm run build && npm run launch", - "build": "npm run clean && npm run tsc", + "build": "npm run clean && npm run tsc && npm run webpack", "launch": "node lib/launcher.js", "test": "npm run clean && npm run build && mocha --bail=true lib/test/Test.js", "tsc": "tsc",