Skip to content

Commit 969cec6

Browse files
Updated package to include repository information and keywords
1 parent a61abab commit 969cec6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "random-access-pause-wrapper",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "0.0.1",
4+
"description": "Pause wrapper for a random-access-storage that adds a pause/resume method.",
55
"main": "index.js",
66
"scripts": {
77
"test": "standard && tape *.test.js"
88
},
9-
"keywords": [],
9+
"keywords": [
10+
"random-access-storage"
11+
],
1012
"author": "Martin Heidegger <[email protected]>",
1113
"license": "MIT",
1214
"dependencies": {
@@ -17,5 +19,13 @@
1719
"random-access-memory": "^3.0.0",
1820
"standard": "^12.0.1",
1921
"tape": "^4.9.1"
20-
}
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/martinheidegger/random-access-pause-wrapper.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/martinheidegger/random-access-pause-wrapper/issues"
29+
},
30+
"homepage": "https://github.com/martinheidegger/random-access-pause-wrapper#readme"
2131
}

0 commit comments

Comments
 (0)