File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## v6.0.5 - 2018-03-02
8+
9+ * Upgrade(package): Bump dependencies #252 [ Jonas Hermsmeier]
10+
711## v6.0.4 - 2018-01-18
812
913* Fix(windows): Impl IsSystemDevice() #250 [ Jonas Hermsmeier]
Original file line number Diff line number Diff line change 11{
22 "name" : " drivelist" ,
3- "version" : " 6.0.4 " ,
3+ "version" : " 6.0.5 " ,
44 "description" : " List all connected drives in your computer, in all major operating systems" ,
55 "main" : " lib/drivelist.js" ,
66 "homepage" : " https://github.com/resin-io-modules/drivelist" ,
4141 "node" : " >=4"
4242 },
4343 "devDependencies" : {
44- "eslint" : " ^4.14.0 " ,
45- "jsdoc-to-markdown" : " ^3 .0.3 " ,
46- "mocha" : " ^4 .0.1" ,
44+ "eslint" : " ^4.18.1 " ,
45+ "jsdoc-to-markdown" : " ^4 .0.1 " ,
46+ "mocha" : " ^5 .0.1" ,
4747 "mochainon" : " ^2.0.0" ,
48- "prebuild" : " ^7.0 .0"
48+ "prebuild" : " ^7.4 .0"
4949 },
5050 "dependencies" : {
5151 "bindings" : " ^1.3.0" ,
5252 "debug" : " ^3.1.0" ,
5353 "js-yaml" : " ^3.10.0" ,
54- "nan" : " ^2.8.0 " ,
55- "prebuild-install" : " ^2.4 .1"
54+ "nan" : " ^2.9.2 " ,
55+ "prebuild-install" : " ^2.5 .1"
5656 }
57- }
57+ }
You can’t perform that action at this time.
0 commit comments