File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ max_line_length = 100
1010[package.json ]
1111indent_style = space
1212indent_size = 2
13+
14+ [* .md ]
15+ max_line_length = 80
Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ node_js:
66 - " 6"
77 - " 5"
88 - " 4"
9- - " 0.12.0"
10- - " 0.11.0"
11- - " 0.10.0"
12- - " iojs"
13- - " iojs-3"
14- - " iojs-2"
15- - " iojs-1.0.0"
169before_install :
1710 - npm config set strict-ssl false
1811 - npm config set registry="http://registry.npmjs.org/"
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v0.5.2
4+ v0.6.0
55------
66
77- Updated "devDependencies" versions to fix vulnerability alerts
8+ - Dropped support of io.js and node.js v0.12.x and lower since new versions of
9+ "devDependencies" couldn't work with those old node.js versions
810
911v0.5.1
1012------
Original file line number Diff line number Diff line change 22 "name" : " deep-extend" ,
33 "description" : " Recursive object extending" ,
44 "license" : " MIT" ,
5- "version" : " 0.5.2 " ,
5+ "version" : " 0.6.0 " ,
66 "homepage" : " https://github.com/unclechu/node-deep-extend" ,
77 "keywords" : [
88 " deep-extend" ,
5353 "test" : " ./node_modules/.bin/mocha"
5454 },
5555 "devDependencies" : {
56- "mocha" : " 4.1 .0" ,
57- "should" : " 5 .2.0 "
56+ "mocha" : " 5.2 .0" ,
57+ "should" : " 13 .2.1 "
5858 },
5959 "files" : [
6060 " index.js" ,
You can’t perform that action at this time.
0 commit comments