Skip to content

Commit beafbc6

Browse files
committed
fix: remove faulty bin entry #259
1 parent 820c6c2 commit beafbc6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

@packages/utils/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
],
99
"bin": {
1010
"dep-check": "./dep-check.js",
11-
"pkg-check": "./pkg-check.js",
12-
"lint": "xo"
11+
"pkg-check": "./pkg-check.js"
1312
},
1413
"scripts": {
1514
"build": "exit 0",

yarn.lock

-4
Original file line numberDiff line numberDiff line change
@@ -7334,7 +7334,3 @@ yargs@~3.10.0:
73347334
cliui "^2.1.0"
73357335
decamelize "^1.0.0"
73367336
window-size "0.1.0"
7337-
7338-
7339-
version "1.3.2"
7340-
resolved "https://registry.npmjs.org/yarn/-/yarn-1.3.2.tgz#5939762581b5b4ddcd3418c0f6be42df3aee195f"

0 commit comments

Comments
 (0)