Skip to content

Commit 46e1a80

Browse files
author
John Lianoglou
committed
Releasing 0.0.2
1 parent e3000c3 commit 46e1a80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svn-wc-attendant",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Deals with your dirty Subversion WC so you don't have to.",
55
"repository": "https://github.com/prometheas/svn-wc-attendant.git",
66
"main": "lib/main.js",
@@ -31,6 +31,9 @@
3131
"parallelshell": "^2.0.0",
3232
"temp": "^0.8.3"
3333
},
34+
"publishConfig": {
35+
"registry": "https://registry.npmjs.org/"
36+
},
3437
"eslintConfig": {
3538
"extends": "airbnb/legacy",
3639
"env": {

0 commit comments

Comments
 (0)