Skip to content

Commit

Permalink
Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 1, 2017
1 parent 2f5f3f1 commit 9082827
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fengmk2 <[email protected]>"
],
"dependencies": {
"debug": "2.2.0"
"debug": "^2.6.8"
},
"devDependencies": {
"autod": "*",
Expand All @@ -35,16 +35,17 @@
"type": "git",
"url": "git://github.com/JacksonTian/eventproxy.git"
},
"version": "0.3.4",
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"doc": "doc",
"test": "test"
},
"license": "MIT",
"spm": {
"main": "index.js",
"ignore": ["test"]
}
"files": [
"index.js",
"index.d.ts",
"lib"
]
}

0 comments on commit 9082827

Please sign in to comment.