update demo code for package-lock; make package.json build zmodem.js

This commit is contained in:
Felipe Gasper
2017-10-02 09:44:05 -04:00
parent 907d9de965
commit 4c4c392479
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",
"build": "gulp build",
"build": "gulp build; cd demo/zmodemjs; npm install",
"prepublish": "npm run build",
"coveralls": "gulp coveralls"
}