Merge pull request #241 from kaendfinger/pkgjson-fix

package.json: add repository field
This commit is contained in:
Thomas Wilburn 2014-06-11 21:58:22 -07:00
commit 55307e7314

View file

@ -6,5 +6,9 @@
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-compress": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/thomaswilburn/Caret.git"
}
}
}