Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 11, 2011
1 parent 5adc525 commit 2fa16a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://github.com/kriskowal/)",
"contributors": [
Expand Down Expand Up @@ -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": {
Expand All @@ -47,8 +47,5 @@
},
"directories": {
"test": "./test"
},
"scripts": {
"test": "node test/all.js"
}
}

0 comments on commit 2fa16a0

Please sign in to comment.