repo url as latest npm shows warn if non existant
This commit is contained in:
parent
53529cd031
commit
98a9a24d02
|
@ -47,5 +47,8 @@
|
||||||
"engines" : { "node" : ">=0.6.3",
|
"engines" : { "node" : ">=0.6.3",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
|
"repository" : { "type" : "git",
|
||||||
|
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||||
|
},
|
||||||
"version" : "1.2.11"
|
"version" : "1.2.11"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue