Skip to content

Commit

Permalink
Bump dependency on cson package.
Browse files Browse the repository at this point in the history
        It appeared that the old cson dep was causing Travis builds to fail.
  • Loading branch information
markstos committed Nov 14, 2014
1 parent 65b5ab6 commit 1a4e685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* new defer sub-module introduced in 1.8.0 can now be accessed by require('config/defer')
For usage, see: https://github.com/lorenwest/node-config/wiki/Configuration-Files#javascript-module---js
* Add test coverage for array merging cases. (@markstos)
* Bump dependency on cson package to 1.6.1 (@markstos)

1.8.0 / 2014-11-13
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {},
"devDependencies": {
"coffee-script": ">=1.7.0",
"cson": "~1.4.0",
"cson": "^1.6.1",
"js-yaml": "^3.2.2",
"json5": "~0.2.0",
"properties": "~1.2.1",
Expand Down

0 comments on commit 1a4e685

Please sign in to comment.