From 2fa16a03783e022adfe905056d5c8993f77e8509 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Tue, 11 Oct 2011 16:13:32 -0700 Subject: [PATCH] v0.7.2 --- CHANGES.md | 2 +- package.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e4b85189..37c1c5a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ Future Backward Incompatible This is more consistent with NodeJS and (subjectively) more explicit and intuitive. -Next +0.7.2 - Fixed thenable promise assimilation. diff --git a/package.json b/package.json index a62900fd..d303fc4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "q", + "version": "0.7.2", "description": "A library for promises (CommonJS/Promises/A,B,D)", - "version": "0.7.1", "homepage": "http://github.com/kriskowal/q/", "author": "Kris Kowal (http://github.com/kriskowal/)", "contributors": [ @@ -35,7 +35,7 @@ "test": ">=0.3.0" }, "scripts": { - "prepublish": "uglifyjs -o q.min.js -nc q.js" + "test": "node test/all.js" }, "overlay": { "teleport": { @@ -47,8 +47,5 @@ }, "directories": { "test": "./test" - }, - "scripts": { - "test": "node test/all.js" } }