File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ npm config list
27
27
- [ git-win] ( https://www.npmjs.com/package/git-win )
28
28
- [ nodegit] ( https://www.npmjs.com/package/nodegit )
29
29
- [ node-gyp] ( https://www.npmjs.com/package/node-gyp )
30
+ - [ node-inspector] ( https://www.npmjs.com/package/node-inspector )
30
31
- [ node-sass] ( https://www.npmjs.com/package/node-sass )
31
32
- [ node-sqlite3] ( https://www.npmjs.com/package/node-sqlite3 )
32
33
- [ nodist] ( https://github.com/marcelklehr/nodist )
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ function getConf(argv) {
18
18
nvmw_npm_mirror : '{mirrors}npm' ,
19
19
operadriver_cdnurl : '{mirrors}operadriver' ,
20
20
phantomjs_cdnurl : '{mirrors}phantomjs' ,
21
+ profiler_binary_host_mirror : '{mirrors}node-inspector/' ,
21
22
python_mirror : '{mirrors}python' ,
22
23
sass_binary_site : '{mirrors}node-sass' ,
23
24
sqlite3_binary_site : '{mirrors}sqlite3' ,
Original file line number Diff line number Diff line change 34
34
"pretest" : " eslint lib/**/*.js *.js" ,
35
35
"test" : " mocha"
36
36
},
37
- "version" : " 2.0.0 "
37
+ "version" : " 2.0.1 "
38
38
}
You can’t perform that action at this time.
0 commit comments