File tree Expand file tree Collapse file tree 6 files changed +393
-218
lines changed
Expand file tree Collapse file tree 6 files changed +393
-218
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = {
5151 } ] ,
5252 "no-console" : "off" ,
5353 "valid-jsdoc" : "error" ,
54- "node/no-unsupported-features" : [ "error" , { version : 4 } ] ,
54+ "node/no-unsupported-features" : "error" ,
5555 "node/no-deprecated-api" : "error" ,
5656 "node/no-missing-import" : "error" ,
5757 "node/no-missing-require" : [
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ matrix:
2424 - os : linux
2525 node_js : " 6"
2626 env : NO_WATCH_TESTS=1 JOB_PART=integration
27- - os : linux
28- node_js : " 4"
29- env : NO_WATCH_TESTS=1 JOB_PART=integration
3027 - os : osx
3128 node_js : " 8"
3229 env : NO_WATCH_TESTS=1 JOB_PART=integration
Original file line number Diff line number Diff line change 88
99dependencies :
1010 pre :
11- - case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
11+ - case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=6 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
1212 override :
1313 - yarn
1414 - yarn link || true && yarn link webpack
Original file line number Diff line number Diff line change 6969 "worker-loader" : " ^0.8.0"
7070 },
7171 "engines" : {
72- "node" : " >=4.3.0 <5.0.0 || >=5.10 "
72+ "node" : " >=6.11.5 "
7373 },
7474 "repository" : {
7575 "type" : " git" ,
Original file line number Diff line number Diff line change 1- var should = require ( "should" ) ;
1+ require ( "should" ) ;
22var path = require ( "path" ) ;
33var fs = require ( "fs" ) ;
44
You can’t perform that action at this time.
0 commit comments