Skip to content

Commit 926b130

Browse files
committed
Add repository property to avoid npm warning
1 parent 2e10de7 commit 926b130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
],
99
"license": "MIT",
1010
"main": "pace.js",
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/HubSpot/pace.git"
14+
},
1115
"devDependencies": {
1216
"grunt-contrib-coffee": "~0.7.0",
1317
"coffee-script": "~1.6.3",

0 commit comments

Comments
 (0)