Skip to content

Commit dff806c

Browse files
committed
Merge branch 'master' of github.com:mgechev/ng2lint
* 'master' of github.com:mgechev/ng2lint: Add typings
2 parents bd48f17 + 18b3787 commit dff806c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --compilers ts:ts-node/register",
8-
"tsc": "tsc -w"
8+
"tsc": "tsc",
9+
"tscw": "tsc -w",
10+
"postinstall": "typings install"
911
},
1012
"repository": {
1113
"type": "git",
@@ -31,7 +33,8 @@
3133
"mocha": "^2.4.5",
3234
"ts-node": "^0.5.5",
3335
"tslint": "^3.3.0",
34-
"typescript": "^1.7.5"
36+
"typescript": "^1.7.5",
37+
"typings": "^0.6.8"
3538
},
3639
"dependencies": {
3740
"sprintf-js": "^1.0.3"

0 commit comments

Comments
 (0)