Skip to content

Commit 5fd3db2

Browse files
committed
chore(package): update package.json
1 parent 07fc6d1 commit 5fd3db2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "codelyzer",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --compilers ts:ts-node/register",
8+
"postinstal": "npm run tsc",
89
"tsc": "tsc",
910
"tscw": "tsc -w"
1011
},
@@ -38,8 +39,8 @@
3839
"typings": "^0.6.8"
3940
},
4041
"peerDependencies": {
41-
"tslint": "^3.5.0",
42-
"typescript": "~1.8.0"
42+
"tslint": "^3.6.0",
43+
"typescript": "^1.8.7"
4344
},
4445
"dependencies": {
4546
"sprintf-js": "^1.0.3"

0 commit comments

Comments
 (0)