We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae3a86 commit ad2c4b4Copy full SHA for ad2c4b4
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "ng2lint",
3
- "version": "0.0.6",
+ "version": "0.0.7",
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
"tsc": "tsc",
9
"tscw": "tsc -w",
10
- "postinstall": "typings install"
+ "postinstall": "typings install && tsc"
11
},
12
"repository": {
13
"type": "git",
@@ -32,10 +32,12 @@
32
"chai": "^3.5.0",
33
"mocha": "^2.4.5",
34
"ts-node": "^0.5.5",
35
- "tslint": "^3.3.0",
36
- "typescript": "^1.7.5",
37
"typings": "^0.6.8"
38
+ "peerDependencies": {
+ "tslint": "^3.3.0",
39
+ "typescript": "^1.7.5"
40
+ },
41
"dependencies": {
42
"sprintf-js": "^1.0.3"
43
}
0 commit comments