Skip to content

Commit 7034a13

Browse files
committed
0.1.2
1 parent 1839a98 commit 7034a13

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
@@ -1,11 +1,11 @@
11
{
22
"name": "create-package-json",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Create a package.json",
55
"main": "index.js",
66
"type": "commonjs",
77
"bin": {
8-
"create-package-json": "./bin/create-package-json"
8+
"create-package-json": "bin/create-package-json"
99
},
1010
"scripts": {
1111
"test": "standard && mocha",

0 commit comments

Comments
 (0)