From 971ff307c745e394ba3fd20e9dfbd1f302736c7c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 11 Aug 2014 01:42:34 -0500 Subject: Moves tellurium to dev dependncies, fixes typo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 48a8773..028bbb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "serpentity", "description" : "A simple entity frameowrk inspired by ash", - "version" : "0.1.0", + "version" : "0.1.1", "contributors" : [ { "name" : "Ben Beltran", @@ -14,11 +14,11 @@ "url" : "https://github.com/benbeltran/serpentity.git" }, "dependencies" : { - "neon" : "2.0.x", - "tellurium" : "2.0.x" + "neon" : "2.0.x" }, "devDependencies" : { - "colors" : "0.6.2" + "colors" : "0.6.2", + "tellurium" : "2.0.x" }, "engines" : { "node" : ">= 0.10.0" }, "main" : "./lib/serpentity/serpentity.js" -- cgit