File tree 2 files changed +180
-206
lines changed
2 files changed +180
-206
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"scripts" : {
10
10
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
11
- "build" : " tslint --fix --type-check - c _tslint.json -p tsconfig.json && tsfmt -r && tsc" ,
11
+ "build" : " tslint --fix -c _tslint.json -p tsconfig.json && tsfmt -r && tsc" ,
12
12
"test" : " npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
13
13
},
14
14
"keywords" : [
33
33
},
34
34
"dependencies" : {
35
35
"commandpost" : " ^1.0.0" ,
36
- "editorconfig" : " ^0.14.1 "
36
+ "editorconfig" : " ^0.15.0 "
37
37
},
38
38
"peerDependencies" : {
39
- "typescript" : " ^2.1.6 || >=2.5.0-dev || >=2.6.0-dev"
39
+ "typescript" : " ^2.1.6 || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev "
40
40
},
41
41
"devDependencies" : {
42
42
"@types/mkdirp" : " ^0.5.0" ,
43
43
"@types/mocha" : " ^2.2.33" ,
44
44
"@types/node" : " ^8.0.4" ,
45
45
"@types/power-assert" : " ^1.4.29" ,
46
- "conventional-changelog-cli" : " ^1.3.2 " ,
46
+ "conventional-changelog-cli" : " ^1.3.4 " ,
47
47
"intelli-espower-loader" : " ^1.0.1" ,
48
48
"mkdirp" : " ^0.5.1" ,
49
- "mocha" : " ^3 .0.2 " ,
49
+ "mocha" : " ^4 .0.1 " ,
50
50
"power-assert" : " ^1.4.2" ,
51
51
"tslint" : " ^5.1.0" ,
52
- "typescript" : " ^2.5.2 " ,
52
+ "typescript" : " ^2.5.3 " ,
53
53
"typescript-formatter" : " ^6.0.0"
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments