File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.8"
4
- - " 0.10"
5
- - " 0.12"
6
- - " iojs"
7
- before_install :
8
- - npm install -g npm@~1.4.6
3
+ - 9
4
+ - 8
5
+ - 6
6
+ - 4
Original file line number Diff line number Diff line change
1
+ # module-deps Change Log
2
+ All notable changes to this project will be documented in this file.
3
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
+
5
+ ## 5.0.0 - 2018-01-02
6
+ * Update deps
7
+ * Drop support for node < 0.12 due due to detective dropping support
8
+ * Add engines field set to ` >=4.0.0 `
Original file line number Diff line number Diff line change 10
10
"JSONStream" : " ^1.0.3" ,
11
11
"browser-resolve" : " ^1.7.0" ,
12
12
"cached-path-relative" : " ^1.0.0" ,
13
- "concat-stream" : " ~1.5 .0" ,
13
+ "concat-stream" : " ~1.6 .0" ,
14
14
"defined" : " ^1.0.0" ,
15
- "detective" : " ^4.7 .1" ,
15
+ "detective" : " ^5.0 .1" ,
16
16
"duplexer2" : " ^0.1.2" ,
17
17
"inherits" : " ^2.0.1" ,
18
18
"parents" : " ^1.0.0" ,
24
24
"xtend" : " ^4.0.0"
25
25
},
26
26
"devDependencies" : {
27
- "tap" : " ^1 .0.0 " ,
28
- "browser-pack" : " ^5 .0.0 "
27
+ "tap" : " ^11 .0.1 " ,
28
+ "browser-pack" : " ^6 .0.2 "
29
29
},
30
30
"scripts" : {
31
31
"test" : " tap test/*.js"
You can’t perform that action at this time.
0 commit comments