Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit a135d95

Browse files
committed
bump version
1 parent 2ebf63a commit a135d95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "chrome-call",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A really simple way to call the original chrome javascript API and return a Promise.",
55
"main": "./chrome-call.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/lmk123/promised-chrome"
8+
"url": "git+https://github.com/lmk123/chrome-call"
99
},
1010
"bugs": {
11-
"url": "https://github.com/lmk123/promised-chrome/issues"
11+
"url": "https://github.com/lmk123/chrome-call/issues"
1212
},
1313
"keywords": [
1414
"chrome",
@@ -19,5 +19,5 @@
1919
],
2020
"author": "Milk Lee <me@limingkai.cn> (http://www.limingkai.cn/)",
2121
"license": "MIT",
22-
"homepage": "https://github.com/lmk123/promised-chrome"
22+
"homepage": "https://github.com/lmk123/chrome-call"
2323
}

0 commit comments

Comments
 (0)