-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Obvious/nick-compiler
Change the type signature on Q.resolve, and add Promise.prototype.delay
- Loading branch information
Showing
5 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kew", | ||
"description": "a lightweight promise library for node", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/Obvious/kew", | ||
"authors": [ | ||
"Jeremy Stanley <[email protected]> (https://github.com/azulus)", | ||
|
@@ -22,7 +22,7 @@ | |
"devDependencies": { | ||
"q": "0.9.7", | ||
"nodeunit": "0.8.1", | ||
"closure-npc": "0.0.12" | ||
"closure-npc": "0.1.3" | ||
}, | ||
"scripts": { | ||
"test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters