File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/nodeschool/nodeschool.github.io" ,
28
28
"dependencies" : {
29
- "is-running" : " ^1 .0.5 " ,
30
- "mustache" : " ^0.8.2 " ,
31
- "xhr" : " ^1.16.1 "
29
+ "is-running" : " ^2 .0.0 " ,
30
+ "mustache" : " ^2.2.1 " ,
31
+ "xhr" : " ^2.2.0 "
32
32
},
33
33
"devDependencies" : {
34
34
"after-all" : " ^2.0.1" ,
35
- "async" : " ^0.9.0" ,
36
- "browserify" : " ^6.2.0" ,
37
- "cheerio" : " ^0.17.0" ,
38
- "cheerio-eq" : " ^1.0.0" ,
35
+ "browserify" : " ^12.0.1" ,
36
+ "cheerio" : " ^0.19.0" ,
39
37
"gaze" : " ^0.5.1" ,
40
- "glob" : " ^5 .0.6 " ,
38
+ "glob" : " ^6 .0.3 " ,
41
39
"jsdom" : " ^7.1.0" ,
42
- "live-server" : " ^0.7.1 " ,
40
+ "live-server" : " ^0.9.0 " ,
43
41
"mkdirp" : " ^0.5.1" ,
44
- "posix" : " ^4.0.0" ,
45
42
"read" : " ^1.0.5"
46
43
}
47
44
}
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
3
3
const glob = require ( 'glob' )
4
- const posix = require ( 'posix' )
5
4
const isRunning = require ( 'is-running' )
6
5
const spawn = require ( 'child_process' ) . spawn
7
6
const fs = require ( 'fs' )
You can’t perform that action at this time.
0 commit comments