Skip to content

Commit 630f80f

Browse files
committed
Fixed #12, update ava and rename bin path to cli.js
1 parent 99f552c commit 630f80f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "posthtml-cli",
33
"version": "0.0.10",
44
"description": "CLI for posthtml",
5-
"main": "index.js",
65
"bin": {
7-
"posthtml": "./bin/posthtml"
6+
"posthtml": "./cli.js"
87
},
98
"scripts": {
109
"test": "xo && nyc ava",
@@ -31,7 +30,7 @@
3130
"yargs": "^3.32.0"
3231
},
3332
"devDependencies": {
34-
"ava": "^0.10.0",
33+
"ava": "^0.11.0",
3534
"nyc": "^5.3.0",
3635
"xo": "^0.12.1"
3736
},

0 commit comments

Comments
 (0)