File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
"scripts" : {
23
23
"test" : " node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --" ,
24
24
"pretest" : " standard | snazzy" ,
25
- "tslint" : " tslint types/**/*.d.ts" ,
25
+ "tslint" : " if [[ \" `node -v` \" != \" v4.3.2 \" ]]; then tslint types/**/*.d.ts; fi " ,
26
26
"typescript-compile-test" : " tsc -p test/typescript/tsconfig.json" ,
27
27
"typescript-compile-execute" : " node test/typescript/*.js" ,
28
28
"typescript-test" : " npm run typescript-compile-test && npm run typescript-compile-execute" ,
78
78
"xtend" : " ^4.0.1"
79
79
},
80
80
"devDependencies" : {
81
- "@types/node" : " ^8.10.14 " ,
81
+ "@types/node" : " ^8.10.21 " ,
82
82
"browserify" : " ^16.2.2" ,
83
- "codecov" : " ^3.0.2 " ,
83
+ "codecov" : " ^3.0.4 " ,
84
84
"global" : " ^4.3.2" ,
85
85
"istanbul" : " ^0.4.5" ,
86
86
"mkdirp" : " ^0.5.1" ,
95
95
"snazzy" : " ^7.1.1" ,
96
96
"standard" : " ^11.0.1" ,
97
97
"through2" : " ^2.0.3" ,
98
- "tslint" : " ^5.10 .0" ,
99
- "tslint-config-standard" : " ^7.0 .0" ,
100
- "typescript" : " ^2.8.3 " ,
101
- "uglify-js" : " ^3.3.24 " ,
98
+ "tslint" : " ^5.11 .0" ,
99
+ "tslint-config-standard" : " ^7.1 .0" ,
100
+ "typescript" : " ^2.9.2 " ,
101
+ "uglify-js" : " ^3.4.5 " ,
102
102
"ws" : " ^3.3.3" ,
103
- "zuul" : " ^3.11.1 " ,
103
+ "zuul" : " ^3.12.0 " ,
104
104
"zuul-ngrok" : " ^4.0.0"
105
105
},
106
106
"standard" : {
You can’t perform that action at this time.
0 commit comments