Skip to content

Commit

Permalink
chore: add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Feb 28, 2018
1 parent 8e509ca commit 9143ca9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
commands/help.js
package.json
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "whybundled",
"version": "1.0.1",
"description": "Answers the question – Why the hell is this module in a bundle?",
"description":
"Answers the question – Why the hell is this module in a bundle?",
"bin": "./cli.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/d4rkr00t/whybundled"
},
"engines": {
"node": ">=6"
},
Expand All @@ -18,16 +23,9 @@
"release:minor": "pmm minor",
"release:patch": "pmm patch"
},
"pre-commit": [
"lint:flow",
"lint:staged",
"test"
],
"pre-commit": ["lint:flow", "lint:staged", "test"],
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
"*.js": ["prettier --write", "git add"]
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 9143ca9

Please sign in to comment.