Skip to content

Commit 11f6b16

Browse files
committed
Update package.json for compat with ci npm publish + bump version
1 parent f834d45 commit 11f6b16

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "deploy-env",
3-
"version": "1.0.3",
4-
"main": "src/mod.ts",
3+
"version": "1.0.4",
4+
"main": "lib/mod.js",
55
"bin": {
6-
"dpl-env": "src/cli.ts",
7-
"deploy-env": "src/cli.ts"
6+
"dpl-env": "lib/cli.js",
7+
"deploy-env": "lib/cli.js"
88
},
99
"scripts": {
1010
"prepublishOnly": "pnpm run build",
@@ -22,13 +22,6 @@
2222
"ts-node": "^8.10.2",
2323
"typescript": "^3.9.6"
2424
},
25-
"publishConfig": {
26-
"main": "lib/mod.js",
27-
"bin": {
28-
"dpl-env": "lib/cli.js",
29-
"deploy-env": "lib/cli.js"
30-
}
31-
},
3225
"files": [
3326
"lib"
3427
],

0 commit comments

Comments
 (0)