doos(quickstart): tiny tweaks to package.1.json
This commit is contained in:
parent
8dbb31de9f
commit
ed23074c24
|
@ -2,12 +2,12 @@
|
|||
"name": "angular2-quickstart",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"postinstall": "npm run typings install",
|
||||
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
|
||||
"tsc": "tsc",
|
||||
"tsc:w": "tsc -w",
|
||||
"lite": "lite-server",
|
||||
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
|
||||
"typings" : "typings"
|
||||
"typings": "typings",
|
||||
"postinstall": "typings install"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue