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 321322b commit 47353aeCopy full SHA for 47353ae
package.json
@@ -5,7 +5,7 @@
5
"email": "subbu@ebaysf.com"
6
}],
7
"name": "cluster2",
8
- "version": "0.5.0-SNAPSHOT",
+ "version": "0.4.21",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/ql-io/cluster2"
@@ -34,5 +34,8 @@
34
"scripts": {
35
"test": "nodeunit test"
36
},
37
- "optionalDependencies": {}
+ "optionalDependencies": {},
38
+ "publishConfig": {
39
+ "registry": "http://registry.npmjs.org/"
40
+ }
41
}
0 commit comments