From 96cb49ab2bf33bd14825bf2a6f2ba686efbc7082 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 20 Sep 2011 17:16:27 -0400 Subject: [PATCH 1/2] Added notice for checking virtual/master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd29b01..aca334f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Current support includes: * Abstract classes and methods * Interfaces * Visibility (public, protected and private members) -* Static, constant and final members +* Static, constant and final members (**important: see virtual/master branch**) While the current focus of the project is Object-Oriented design, it is likely that ease.js will expand to other paradigms in the future. From 348aa7a8d0ebc5641443870fc6560e42c1aea639 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 20 Sep 2011 23:14:38 -0400 Subject: [PATCH 2/2] Permitting newer versions of uglify-js - Version 1.0.2 broke minification process as was used by ease.js, so we'll just allow any version greater than it for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97ec0cf..9871fd3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": {}, "devDependencies": { - "uglify-js": "<=1.0.2" + "uglify-js": ">1.0.2" }, "licenses": [