File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ environment:
1616 - nodejs_version : 0.12.7
1717 platform : x64
1818 msvs_toolset : 12
19- - nodejs_version : 4.4.1
19+ - nodejs_version : 4.0.0
2020 platform : x64
2121 msvs_toolset : 12
22- - nodejs_version : 4.4.1
22+ - nodejs_version : 4.0.0
2323 platform : x86
2424 msvs_toolset : 12
2525 - nodejs_version : 5.0.0
@@ -45,14 +45,6 @@ environment:
4545 platform : x64
4646 msvs_toolset : 14
4747 TOOLSET_ARGS : --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
48- - nodejs_version : 4.4.1
49- platform : x86
50- msvs_toolset : 14
51- TOOLSET_ARGS : --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
52- - nodejs_version : 4.4.1
53- platform : x64
54- msvs_toolset : 14
55- TOOLSET_ARGS : --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
5648
5749os : Visual Studio 2015
5850
Original file line number Diff line number Diff line change 3838 },
3939 "dependencies" : {
4040 "nan" : " ~2.2.0" ,
41- "node-pre-gyp" : " https://github.com/mapbox/node-pre-gyp/tarball/v0.7.x "
41+ "node-pre-gyp" : " ~0.6.25 "
4242 },
4343 "bundledDependencies" : [
4444 " node-pre-gyp"
4949 },
5050 "scripts" : {
5151 "prepublish" :" npm ls" ,
52- "preinstall" : " npm install node-pre-gyp" ,
5352 "install" : " node-pre-gyp install --fallback-to-build" ,
5453 "pretest" : " node test/support/createdb.js" ,
5554 "test" : " mocha -R spec --timeout 480000"
You can’t perform that action at this time.
0 commit comments