File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ setup_job:
28
28
- choco install chromedriver -y
29
29
# node-inspector is pre-installed as a courtesy to assist in debugging.
30
30
- do.ps1 -c "npm install -g node-inspector"
31
+ # required to avoid problems with esparse
32
+ - npm config set bin-links false --global
31
33
32
34
test_job :
33
35
stage : test # name of the stage
Original file line number Diff line number Diff line change 17
17
"accessibility-developer-tools" : " 2.11.0" ,
18
18
"axe-core" : " 2.1.7" ,
19
19
"brace-expansion" : " 1.1.8" ,
20
- "infusion" : " 3.0.0-dev.20170713T172705Z.330ed53 " ,
20
+ "infusion" : " 3.0.0-dev.20170724T165035Z.eee50c1 " ,
21
21
"selenium-webdriver" : " 3.4.0"
22
22
},
23
23
"devDependencies" : {
24
24
"eslint" : " 4.2.0" ,
25
25
"eslint-config-fluid" : " 1.1.0" ,
26
26
"fluid-grunt-eslint" : " 18.1.2" ,
27
- "gpii-express" : " 1.0.8" ,
27
+ "gpii-express" : " 1.0.8-dev.20170725T113219Z.b8ef770 " ,
28
28
"grunt" : " 1.0.1" ,
29
29
"grunt-jsonlint" : " 1.1.0" ,
30
30
"istanbul" : " 0.4.5" ,
31
31
"jsonlint" : " 1.6.2" ,
32
- "kettle" : " 1.6.2 " ,
33
- "node-jqunit" : " 1.1.5 "
32
+ "kettle" : " 1.6.4 " ,
33
+ "node-jqunit" : " 1.1.6 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 3
3
var fluid = require ( "infusion" ) ;
4
4
var gpii = fluid . registerNamespace ( "gpii" ) ;
5
5
6
- var url = require ( "url" ) ;
7
6
var os = require ( "os" ) ;
8
7
var path = require ( "path" ) ;
9
8
You can’t perform that action at this time.
0 commit comments