Skip to content

Commit 5620675

Browse files
committed
Fix for the package name
1 parent 650560c commit 5620675

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "create-node-project",
3-
"version": "0.1.0",
2+
"name": "create-nodejs-project",
3+
"version": "0.1.1",
44
"description": "An npm initializer to scaffold a node project and include basic tools like lint, testing, etc.",
55
"main": "src/index.js",
66
"bin": "src/index.js",
@@ -39,10 +39,10 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/nmicht/create-node-project.git"
42+
"url": "git+https://github.com/nmicht/create-nodejs-project.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/nmicht/create-node-project/issues"
45+
"url": "https://github.com/nmicht/create-nodejs-project/issues"
4646
},
47-
"homepage": "https://github.com/nmicht/create-node-project#readme"
47+
"homepage": "https://github.com/nmicht/create-nodejs-project#readme"
4848
}

0 commit comments

Comments
 (0)