Skip to content

Commit

Permalink
fix: add repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Feb 16, 2019
1 parent e9ff7af commit 94a8a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"test:watch": "mocha --watch",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/mike-north/mdast-builder"
},
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"devDependencies": {
Expand Down

0 comments on commit 94a8a40

Please sign in to comment.