Skip to content

Commit

Permalink
chore(package.json): Add config section
Browse files Browse the repository at this point in the history
Added `configuration` section. Added trailing slash to URL for `bugs.url`.
  • Loading branch information
plroebuck committed Mar 10, 2018
1 parent 4136d0c commit 9482ee3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"scripts": {
"test": "grunt test"
},
"config": {
"yargs": {
"camel-case-expansion": false
}
},
"repository": {
"type": "git",
"url": "https://github.com/cybertk/abao.git"
Expand All @@ -24,7 +29,7 @@
"author": "Quanlong",
"license": "MIT",
"bugs": {
"url": "https://github.com/cybertk/abao/issues"
"url": "https://github.com/cybertk/abao/issues/"
},
"homepage": "https://github.com/cybertk/abao/",
"dependencies": {
Expand Down

0 comments on commit 9482ee3

Please sign in to comment.