mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
added raphael dependency
This commit is contained in:
parent
48bc0bfdc3
commit
d82d31519a
@ -8,6 +8,7 @@
|
||||
|
||||
Morris = {};
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
var Raphael = require('raphael');
|
||||
module.exports = Morris;
|
||||
} else {
|
||||
window.Morris = Morris
|
||||
|
@ -4,6 +4,9 @@
|
||||
"homepage": "http://oesmith.github.com/morris.js",
|
||||
"description": "Easy, pretty charts",
|
||||
"main": "morris.js",
|
||||
"dependencies":{
|
||||
"raphael":"2.x"
|
||||
},
|
||||
"author": {
|
||||
"name": "Olly Smith",
|
||||
"email": "olly@oesmith.co.uk"
|
||||
|
Loading…
Reference in New Issue
Block a user