doos(quickstart): tiny tweaks to package.1.json
This commit is contained in:
parent
8dbb31de9f
commit
ed23074c24
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue