Skip to content

Commit

Permalink
build: change bin location and off clinton cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 8, 2018
1 parent df9a226 commit 0875a4c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://twitter.com/Scrum_"
},
"bin": {
"posthtml": "cli.js"
"posthtml": "lib/cli.js"
},
"engines": {
"node": ">=4"
Expand All @@ -21,7 +21,7 @@
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
"prepare": "npm run build",
"build": "rimraf cli.js && babel src -d .",
"build": "rimraf lib && babel src -d lib",
"test": "nyc ava"
},
"files": [
Expand Down Expand Up @@ -124,9 +124,8 @@
"*.{html,jpg}"
],
"rules": {
"xo": [
"off"
]
"cli": ["off"],
"xo": ["off"]
}
}
}

0 comments on commit 0875a4c

Please sign in to comment.