diff --git a/.travis.yml b/.travis.yml index a5540c04..c3dcb94f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ node_js: - 0.6 - 0.8 - 0.10 - - 0.11 \ No newline at end of file + - 0.11 + - 0.12 \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index d4a99da0..caf61945 100644 --- a/examples/index.html +++ b/examples/index.html @@ -11,6 +11,6 @@ - + \ No newline at end of file diff --git a/package.json b/package.json index 1e08b528..ced55a92 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gun", "version": "0.2.0", "description": "Graph engine", - "main": "gun.js", + "main": "index.js", "scripts": { "start": "node examples/http.js 8080", "test": "mocha"