Skip to content

Commit acfb03e

Browse files
committed
Update bin paths
1 parent 307802a commit acfb03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"main": "./lib/mod.js",
77
"exports": "./lib/mod.js",
88
"bin": {
9-
"dpl-env": "lib/cli.js",
10-
"deploy-env": "lib/cli.js"
9+
"dpl-env": "./lib/cli.js",
10+
"deploy-env": "./lib/cli.js"
1111
},
1212
"scripts": {
1313
"test": "jest --silent",

0 commit comments

Comments
 (0)