We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fc6d1 commit 5fd3db2Copy full SHA for 5fd3db2
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "codelyzer",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha --compilers ts:ts-node/register",
8
+ "postinstal": "npm run tsc",
9
"tsc": "tsc",
10
"tscw": "tsc -w"
11
},
@@ -38,8 +39,8 @@
38
39
"typings": "^0.6.8"
40
41
"peerDependencies": {
- "tslint": "^3.5.0",
42
- "typescript": "~1.8.0"
+ "tslint": "^3.6.0",
43
+ "typescript": "^1.8.7"
44
45
"dependencies": {
46
"sprintf-js": "^1.0.3"
0 commit comments