We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3000c3 commit 46e1a80Copy full SHA for 46e1a80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svn-wc-attendant",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Deals with your dirty Subversion WC so you don't have to.",
5
"repository": "https://github.com/prometheas/svn-wc-attendant.git",
6
"main": "lib/main.js",
@@ -31,6 +31,9 @@
31
"parallelshell": "^2.0.0",
32
"temp": "^0.8.3"
33
},
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/"
36
+ },
37
"eslintConfig": {
38
"extends": "airbnb/legacy",
39
"env": {
0 commit comments