forked from morrisjs/morris.js
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json and gruntfile.js
- Loading branch information
Pierre Clavequin
committed
Jan 17, 2018
1 parent
0ddf61f
commit 30c186d
Showing
3 changed files
with
13 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "morris.js", | ||
"name": "morris.js06", | ||
"version": "0.6", | ||
"homepage": "http://morrisjs.github.com/morris.js", | ||
"homepage": "http://pierresh.github.com/morris.js", | ||
"license": "BSD-2-Clause", | ||
"description": "Easy, pretty charts", | ||
"description": "An improved work of the great plugin morrisjs with many new features and jQuery dependencies removed", | ||
"author": { | ||
"name": "Olly Smith", | ||
"email": "[email protected]" | ||
}, | ||
"main": "morris.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/morrisjs/morris.js.git" | ||
"url": "git://github.com/pierresh/morris.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/morrisjs/morris.js/issues" | ||
"url": "https://github.com/pierresh/morris.js/issues" | ||
}, | ||
"devDependencies": { | ||
"matchdep": "~0.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters