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 1839a98 commit 7034a13Copy full SHA for 7034a13
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "create-package-json",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Create a package.json",
5
"main": "index.js",
6
"type": "commonjs",
7
"bin": {
8
- "create-package-json": "./bin/create-package-json"
+ "create-package-json": "bin/create-package-json"
9
},
10
"scripts": {
11
"test": "standard && mocha",
0 commit comments