Update build for node 6 to allow private package

This commit is contained in:
Ron Buckton
2017-12-20 12:05:54 -08:00
parent 17281d0200
commit fb469e70cb
10 changed files with 1669 additions and 1664 deletions

View File

@@ -91,6 +91,7 @@
"build": "npm run build:compiler && npm run build:tests",
"build:compiler": "jake local",
"build:tests": "jake tests",
"build:typemock": "jake typemock",
"start": "node lib/tsc",
"clean": "jake clean",
"gulp": "gulp",