Skip to content

Commit 0ee84d7

Browse files
committed
Clean up CLI
1 parent a09d9f1 commit 0ee84d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint": "eslint-ci . bin/*",
1414
"test": "jest --coverage && npm run lint && gulp && size-limit"
1515
},
16+
"bin": "./bin/autoprefixer",
1617
"funding": {
1718
"type": "tidelift",
1819
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
@@ -68,9 +69,6 @@
6869
"jest": "^24.9.0",
6970
"lint-staged": "^9.5.0"
7071
},
71-
"bin": {
72-
"autoprefixer": "./bin/autoprefixer"
73-
},
7472
"lint-staged": {
7573
"*.js": "eslint"
7674
},

0 commit comments

Comments
 (0)