We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9a226 commit 0875a4cCopy full SHA for 0875a4c
package.json
@@ -10,7 +10,7 @@
10
"url": "https://twitter.com/Scrum_"
11
},
12
"bin": {
13
- "posthtml": "cli.js"
+ "posthtml": "lib/cli.js"
14
15
"engines": {
16
"node": ">=4"
@@ -21,7 +21,7 @@
21
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
22
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
23
"prepare": "npm run build",
24
- "build": "rimraf cli.js && babel src -d .",
+ "build": "rimraf lib && babel src -d lib",
25
"test": "nyc ava"
26
27
"files": [
@@ -124,9 +124,8 @@
124
"*.{html,jpg}"
125
],
126
"rules": {
127
- "xo": [
128
- "off"
129
- ]
+ "cli": ["off"],
+ "xo": ["off"]
130
}
131
132
0 commit comments