Skip to content

Commit b43026f

Browse files
author
Shahar Talmi
committed
bump npm major
1 parent ee5d663 commit b43026f

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
@@ -1,11 +1,14 @@
11
{
22
"name": "angular-widget",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"dependencies": {},
55
"devDependencies": {
66
"coveralls": "^2.10.0",
77
"wix-gruntfile": "~0.1.2"
88
},
9+
"publishConfig": {
10+
"registry": "http://repo.dev.wix/artifactory/api/npm/npm-local/"
11+
},
912
"engines": {
1013
"node": ">=0.8.0"
1114
},
@@ -16,4 +19,4 @@
1619
"start": "grunt serve"
1720
},
1821
"private": true
19-
}
22+
}

0 commit comments

Comments
 (0)