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
Expand Up @@ -14,7 +14,7 @@
"fengmk2 <fengmk2@gmail.com>" "fengmk2 <fengmk2@gmail.com>"
], ],
"dependencies": { "dependencies": {
"debug": "2.2.0" "debug": "^2.6.8"
}, },
"devDependencies": { "devDependencies": {
"autod": "*", "autod": "*",
Expand All @@ -35,16 +35,17 @@
"type": "git", "type": "git",
"url": "git://github.com/JacksonTian/eventproxy.git" "url": "git://github.com/JacksonTian/eventproxy.git"
}, },
"version": "0.3.4", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
"directories": { "directories": {
"doc": "doc", "doc": "doc",
"test": "test" "test": "test"
}, },
"license": "MIT", "license": "MIT",
"spm": { "files": [
"main": "index.js", "index.js",
"ignore": ["test"] "index.d.ts",
} "lib"
]
} }

0 comments on commit 9082827

Please sign in to comment.