Skip to content

Commit

Permalink
mv node-raphael.js index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Feb 19, 2014
1 parent 344cade commit 93637b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var http = require('http'),
raphael = require('node-raphael');
raphael = require('../');

var server = http.createServer(function(req, res) {
res.writeHead(200, {"Content-Type": "image/svg+xml"});
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git://github.com/dodo/node-raphael.git"
},
"author": "dodo (https://github.com/dodo)",
"main": "node-raphael.js",
"main": "index.js",
"keywords": ["raphael", "svg"],
"directories": {
"examples": "./example"
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var raphael = require("./node-raphael")
var raphael = require("./")

var pData = "M444.021,312.011c0,0,201.1,35.165,138.462,82.417c0,0,105.495,67.032,41.759,59.341 s-85.715,21.979-85.715,21.979l-118.682,13.187l-223.077-88.461l72.528-4.945l-157.143-38.461l143.956-2.198 c0,0,35.165-162.638,68.132-154.945s84.616-89.541,84.616-0.265S444.021,312.011,444.021,312.011z"

Expand Down

0 comments on commit 93637b5

Please sign in to comment.