Skip to content

Commit

Permalink
Added source references to package
Browse files Browse the repository at this point in the history
  • Loading branch information
trygve-lie committed Sep 11, 2018
1 parent 76d1424 commit 24d1416
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "[email protected]:trygve-lie/circuit-b.git"
},
"bugs": {
"url": "https://github.com/trygve-lie/circuit-b/issues"
},
"homepage": "https://github.com/trygve-lie/circuit-b#readme",
"author": "Trygve Lie",
"license": "MIT",
"keywords": [
Expand All @@ -17,7 +25,6 @@
"scalability"
],
"scripts": {
"bench": "node benchmark/cache.js",
"test": "tape test/*.js | tap-summary",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
Expand Down

0 comments on commit 24d1416

Please sign in to comment.