Skip to content

Commit

Permalink
Updating package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTBrown committed Aug 3, 2017
1 parent a1ff694 commit ddc933c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $ npm install node-etcd@3.0.2
## Changes
- 6.0.0
- Migrate from underscore to lodash for performance / @derektbrown
- Updated package versions / @derektbrown
- Update deasync call for newer node versions / @derektbrown
- Add istanbul coverage reporting / @derektbrown

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@
]
},
"dependencies": {
"deasync": "0.1.9",
"lodash": "^4.17.4",
"request": "^2.81.0",
"deasync": "0.1.10",
"lodash": "4.17.4",
"request": "2.81.0",
"url-parse": "1.0.5"
},
"devDependencies": {
"coffee-coverage": "^2.0.1",
"coffee-script": "1.9.1",
"mocha": "2.1.0",
"nock": "2.17.0",
"nyc": "^11.1.0",
"should": "5.0.1",
"simple-mock": "0.5.0"
"coffee-coverage": "2.0.1",
"coffee-script": "1.12.7",
"mocha": "3.5.0",
"nock": "9.0.14",
"nyc": "11.1.0",
"should": "11.2.1",
"simple-mock": "0.8.0"
},
"keywords": [
"etcd",
Expand Down

0 comments on commit ddc933c

Please sign in to comment.