Merge pull request #241 from kaendfinger/pkgjson-fix
package.json: add repository field
This commit is contained in:
commit
55307e7314
1 changed files with 5 additions and 1 deletions
|
@ -6,5 +6,9 @@
|
|||
"grunt-contrib-watch": "*",
|
||||
"grunt-contrib-less": "*",
|
||||
"grunt-contrib-compress": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thomaswilburn/Caret.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue