Skip to content

Commit 0875a4c

Browse files
committed
build: change bin location and off clinton cli
1 parent df9a226 commit 0875a4c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://twitter.com/Scrum_"
1111
},
1212
"bin": {
13-
"posthtml": "cli.js"
13+
"posthtml": "lib/cli.js"
1414
},
1515
"engines": {
1616
"node": ">=4"
@@ -21,7 +21,7 @@
2121
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
2222
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
2323
"prepare": "npm run build",
24-
"build": "rimraf cli.js && babel src -d .",
24+
"build": "rimraf lib && babel src -d lib",
2525
"test": "nyc ava"
2626
},
2727
"files": [
@@ -124,9 +124,8 @@
124124
"*.{html,jpg}"
125125
],
126126
"rules": {
127-
"xo": [
128-
"off"
129-
]
127+
"cli": ["off"],
128+
"xo": ["off"]
130129
}
131130
}
132131
}

0 commit comments

Comments
 (0)