Skip to content

Commit

Permalink
latest changed-log
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 15, 2015
1 parent 999c8e6 commit 8de0196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next-update v0.9.3
# next-update v0.9.4

> Tests if module's dependencies can be updated to the newer version without breaking the tests
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-update",
"description": "Tests if module's dependencies can be updated to the newer version without breaking the tests",
"version": "0.9.3",
"version": "0.9.4",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bin": {
"next-update": "./bin/next-update.js"
Expand All @@ -11,7 +11,7 @@
},
"contributors": [],
"dependencies": {
"changed-log": "0.7.0",
"changed-log": "0.7.1",
"check-more-types": "2.1.1",
"check-types": "1.4.0",
"cli-color": "1.1.0",
Expand Down

0 comments on commit 8de0196

Please sign in to comment.