From 3969d7c94c6cf8791f556e91ea14e4b2d5c14987 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Mon, 31 Jan 2011 16:11:29 +0100 Subject: [PATCH] Updating versions of ace and it's dependencies. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39869a33..ed708c92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ace", "description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE", - "version": "0.1.0", + "version": "0.1.1", "homepage" : "http://github.com/ajaxorg/ace", "engines": {"node": ">= 0.2.0"}, "author": "Fabian Jakobs ", @@ -15,15 +15,15 @@ "directories": { "lib": "lib/ace", "dependencies": { - "cockpit": ">=0.1.0", - "pilot": ">=0.1.0" + "cockpit": ">=0.1.1", + "pilot": ">=0.1.1" } } } }, "dependencies": { - "pilot": ">=0.1.0", - "cockpit": ">=0.1.0", + "pilot": ">=0.1.1", + "cockpit": ">=0.1.1", "teleport": ">=0.2.6", "asyncjs": ">=0.0.2", "jsdom": ">=0.1.23",