Merge pull request #986 from dpogue/dpogue-browserify-patch
Update package.json to point to raphael.amd.js
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "raphael", | "name": "raphael", | ||
"version": "2.1.4", | "version": "2.1.4", | ||
"description": "JavaScript Vector Library", | "description": "JavaScript Vector Library", | ||
"main": "raphael.js", | "main": "raphael.amd.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment