We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008b526 commit 1418d36Copy full SHA for 1418d36
1 file changed
package.json
@@ -24,11 +24,9 @@
24
"./package.json": "./package.json"
25
},
26
"types": "./dist/lib/index.d.ts",
27
- "publishConfig": {
28
- "bin": {
29
- "concurrently": "./dist/bin/index.js",
30
- "conc": "./dist/bin/index.js"
31
- }
+ "bin": {
+ "concurrently": "./dist/bin/index.js",
+ "conc": "./dist/bin/index.js"
32
33
"files": [
34
"!**/*.spec.d.ts",
0 commit comments