From 64aed10fb858fe55b6b54039bb5aeaeabca84d7f Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 22 Jun 2015 15:38:42 -0700 Subject: [PATCH] fixed package.json --- .travis.yml | 3 ++- examples/index.html | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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"