Skip to content

Commit

Permalink
updated code to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Mar 18, 2013
1 parent 9aeb30c commit d56c035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.js
@@ -1,6 +1,6 @@
var server = require("tryme/bin/server")
var server = require("tryme/server")
var path = require("path")

server({
_: [path.join(__dirname, "node_modules", "graphics", "examples")]
root: [path.join(__dirname, "node_modules", "graphics", "examples")]
})
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "graphics-server",
"version": "0.1.0-11",
"version": "0.1.0-20",
"description": "Server for Raynos/graphics",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
Expand All @@ -26,7 +26,8 @@
"tape": "~0.2.2",
"browserify-server": "~2.1.18",
"browservefy": "~0.0.7",
"testem": "~0.2.56"
"testem": "~0.2.56",
"jitsu": "~0.12.6-1"
},
"licenses": [
{
Expand Down Expand Up @@ -66,4 +67,4 @@
"engines": {
"node": "0.8.x"
}
}
}

0 comments on commit d56c035

Please sign in to comment.