From dd087c77059be492d462c1dd3039107b21f1125d Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 17 Dec 2013 17:18:50 -0800 Subject: [PATCH] Remove haxelib.json dependency to keep the classpath clean, will have to 'haxelib run lime setup' --- haxelib.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/haxelib.json b/haxelib.json index affed39ac..6008a8609 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,7 +7,5 @@ "version": "0.9.0", "releasenote": "Preliminary release", "contributors": [ "singmajesty", "underscorediscovery" ], - "dependencies": { - "lime-tools": "" - } + "dependencies": {} }