Skip to content

Commit

Permalink
change version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Feb 27, 2016
1 parent 92acd5d commit 111b35f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dool",
"version": "0.0.16",
"version": "1.0.0",
"description": "d-band tool & dev tool",
"bin": {
"dool": "bin/dool"
Expand All @@ -9,10 +9,10 @@
"test": "make test"
},
"dependencies": {
"commander": "^2.9.0",
"cross-spawn": "^2.1.4",
"dool-build": "~0.0.17",
"dool-server": "~0.0.12"
"commander": "~2.9.0",
"cross-spawn": "~2.1.5",
"dool-build": "~1.0.0",
"dool-server": "~1.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 111b35f

Please sign in to comment.