Skip to content

Commit 47353ae

Browse files
Changed version back to "0.4.21" on release-0.4.x and added publishConfig
1 parent 321322b commit 47353ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"email": "subbu@ebaysf.com"
66
}],
77
"name": "cluster2",
8-
"version": "0.5.0-SNAPSHOT",
8+
"version": "0.4.21",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/ql-io/cluster2"
@@ -34,5 +34,8 @@
3434
"scripts": {
3535
"test": "nodeunit test"
3636
},
37-
"optionalDependencies": {}
37+
"optionalDependencies": {},
38+
"publishConfig": {
39+
"registry": "http://registry.npmjs.org/"
40+
}
3841
}

0 commit comments

Comments
 (0)