Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 98607de

Browse files
committed
Fixed wrong bin path
1 parent 7230b4b commit 98607de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openssl-web-development",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Simply create OpenSSL certificates for development use locally on your computer",
55
"keywords": [
66
"openssl",
@@ -19,7 +19,7 @@
1919
"url": "https://www.m8finder.net/"
2020
},
2121
"bin": {
22-
"owd": "./bin/index.js"
22+
"owd": "./cli.js"
2323
},
2424
"scripts": {
2525
"test-cli": "cd test && node ../cli.js ./_out",
@@ -32,4 +32,4 @@
3232
"meow": "^5.0.0",
3333
"ora": "^3.4.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)