From 9fd802f2c3720c158a48a37fa2447ecf73a22bbd Mon Sep 17 00:00:00 2001 From: Luke Page Date: Thu, 7 Mar 2013 15:41:06 +0000 Subject: [PATCH] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03277922..4abaad4d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author" : "Alexis Sellier ", "contributors" : ["The Core Less Team"], "version" : "1.4.0", - "jam" : { "main": "./dist/less-1.4.0-alpha.js" }, + "jam" : { "main": "./dist/less-1.4.0-beta.js" }, "bin" : { "lessc": "./bin/lessc" }, "main" : "./lib/less/index", "directories" : { "test": "./test" },