doos(quickstart): tiny tweaks to package.1.json

This commit is contained in:
Ward Bell 2016-02-20 19:53:26 -08:00
parent 8dbb31de9f
commit ed23074c24
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
"name": "angular2-quickstart", "name": "angular2-quickstart",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"postinstall": "npm run typings install", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc", "tsc": "tsc",
"tsc:w": "tsc -w", "tsc:w": "tsc -w",
"lite": "lite-server", "lite": "lite-server",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ", "typings": "typings",
"typings" : "typings" "postinstall": "typings install"
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {