Skip to content

Commit 25416f4

Browse files
committed
removed onbsolete npm script
1 parent 66a07f1 commit 25416f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_examples/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
"start": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
66
"lint": "tslint ./app/**/*.ts -t verbose",
77
"lite": "lite-server",
8-
"postinstall": "typings install",
98
"tsc": "tsc",
10-
"tsc:w": "tsc -w",
11-
"typings": "typings"
9+
"tsc:w": "tsc -w"
1210
},
1311
"dependencies": {
1412
"@angular/common": "~2.2.0",

0 commit comments

Comments
 (0)