Skip to content

Commit 755cc5e

Browse files
committed
Add repository to package.json
Npm creates a warning if the repository is not specified.
1 parent 30f5557 commit 755cc5e

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
@@ -1,6 +1,10 @@
11
{
22
"name": "EditableJS",
33
"version": "0.1.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/upfrontIO/Editable.JS.git"
7+
},
48
"dependencies": {},
59
"devDependencies": {
610
"grunt": "~0.4.1",

0 commit comments

Comments
 (0)