mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-14 07:41:11 +01:00
Update URLs in package.json.
This commit is contained in:
parent
fe8577c751
commit
64e5adf0b4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "morris.js",
|
"name": "morris.js",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"homepage": "http://oesmith.github.com/morris.js",
|
"homepage": "http://morrisjs.github.com/morris.js",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"description": "Easy, pretty charts",
|
"description": "Easy, pretty charts",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -10,10 +10,10 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/oesmith/morris.js.git"
|
"url": "git://github.com/morrisjs/morris.js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/oesmith/morris.js/issues"
|
"url": "https://github.com/morrisjs/morris.js/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"matchdep": "~0.1.2",
|
"matchdep": "~0.1.2",
|
||||||
|
|
Loading…
Reference in a new issue