Commit 01a5710c authored by Darryl Pogue's avatar Darryl Pogue

Update package.json to point to raphael.amd.js

Fix for being able to use raphael with browserify.
parent 3236fa65
......@@ -2,7 +2,7 @@
"name": "raphael",
"version": "2.1.4",
"description": "JavaScript Vector Library",
"main": "raphael.js",
"main": "raphael.amd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment