Commit dc1170df by Jared Jennings

Use HTTPS to fetch eve, not the git protocol

This improves the installability of raphael from inside large
organizations.

"[The Git protocol] requires firewall access to port 9418, which isn't
a standard port that corporate firewalls always allow. Behind big
corporate firewalls, this obscure port is commonly blocked." -
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
parent 9c7f5821
......@@ -3,7 +3,7 @@
"version": "2.1.4",
"main": "raphael.js",
"dependencies": {
"eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
"eve": "https://github.com/adobe-webplatform/eve.git#eef80ed"
},
"ignore": [
"eve",
......
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