Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDF committed Apr 14, 2020
1 parent 18208cd commit a997c82
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,18 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
},
"description": "JavaScript (Node.js) Buttondown API wrapper.",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HugoDF/buttondown.git"
},
"author": "Hugo",
"bugs": {
"url": "https://github.com/HugoDF/buttondown/issues"
},
"homepage": "https://github.com/HugoDF/buttondown#readme"
}

0 comments on commit a997c82

Please sign in to comment.