Commit 02f83558 by supersheep

update package.json

parent e8b4b38a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "raphael", "name": "raphael",
"version": "2.1.2", "version": "2.1.2",
"description": "JavaScript Vector Library", "description": "JavaScript Vector Library",
"main": "./dev/index.js", "main": "./dev",
"repository": "git://github.com/DmitryBaranovskiy/raphael.git", "repository": "git://github.com/DmitryBaranovskiy/raphael.git",
"keywords": [ "keywords": [
"vector", "vector",
...@@ -17,8 +17,11 @@ ...@@ -17,8 +17,11 @@
"url": "http://github.com/DmitryBaranovskiy/raphael/issues" "url": "http://github.com/DmitryBaranovskiy/raphael/issues"
}, },
"homepage": "http://github.com/DmitryBaranovskiy/raphael", "homepage": "http://github.com/DmitryBaranovskiy/raphael",
"cortex":{ "dependencies":{
"dependencies":{ "eve":"^0.5.0"
},
"cortex": {
"dependencies" : {
"eve":"^0.5.0" "eve":"^0.5.0"
} }
} }
......
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 sign in to comment