Comparing version 0.3.2 to 0.3.3
/* | ||
Yaku v0.3.2 | ||
Yaku v0.3.3 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
@@ -4,0 +4,0 @@ License MIT |
{ | ||
"name": "yaku", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "An ES6 Promise/A+ implementation that doesn't hurt.", | ||
@@ -16,5 +16,15 @@ "main": "lib/yaku.js", | ||
"keywords": [ | ||
"light-weight", | ||
"es6", | ||
"promise", | ||
"es6", | ||
"shim" | ||
"performance", | ||
"promises", | ||
"promises-a", | ||
"promises-aplus", | ||
"async", | ||
"await", | ||
"deferred", | ||
"deferreds", | ||
"future", | ||
"flow control" | ||
], | ||
@@ -21,0 +31,0 @@ "author": "http://ysmood.org", |
48983