Skip to content

Commit 1418d36

Browse files
committed
Restore local bin
Partial revert of #570 - this allows local using the local concurrently build globally.
1 parent 008b526 commit 1418d36

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
"./package.json": "./package.json"
2525
},
2626
"types": "./dist/lib/index.d.ts",
27-
"publishConfig": {
28-
"bin": {
29-
"concurrently": "./dist/bin/index.js",
30-
"conc": "./dist/bin/index.js"
31-
}
27+
"bin": {
28+
"concurrently": "./dist/bin/index.js",
29+
"conc": "./dist/bin/index.js"
3230
},
3331
"files": [
3432
"!**/*.spec.d.ts",

0 commit comments

Comments
 (0)