Skip to content

Commit 24d1416

Browse files
committed
Added source references to package
1 parent 76d1424 commit 24d1416

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"directories": {
77
"lib": "lib"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git@github.com:trygve-lie/circuit-b.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/trygve-lie/circuit-b/issues"
15+
},
16+
"homepage": "https://github.com/trygve-lie/circuit-b#readme",
917
"author": "Trygve Lie",
1018
"license": "MIT",
1119
"keywords": [
@@ -17,7 +25,6 @@
1725
"scalability"
1826
],
1927
"scripts": {
20-
"bench": "node benchmark/cache.js",
2128
"test": "tape test/*.js | tap-summary",
2229
"lint": "eslint .",
2330
"lint:fix": "eslint . --fix"

0 commit comments

Comments
 (0)