Skip to content

Commit 47da23f

Browse files
committed
0.1.0
1 parent 64ea62f commit 47da23f

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,9 +1,9 @@
11
{
22
"name": "npm-git-install",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Clones and reinstalls all packages with git url from package.json. See npm/npm#3055 .",
55
"main": "build/index.js",
6-
"bin" : {
6+
"bin": {
77
"npm-git-install": "build/cli.js"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)