Comparing version 0.7.8 to 0.7.9
@@ -1,6 +0,1 @@ | ||
/* | ||
Yaku v0.7.8 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
License MIT | ||
*/ | ||
var Promise = require("./yaku"); | ||
@@ -7,0 +2,0 @@ |
@@ -1,6 +0,1 @@ | ||
/* | ||
Yaku v0.7.8 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
License MIT | ||
*/ | ||
// This file contains all the non-ES6-standard helpers based on promise. | ||
@@ -7,0 +2,0 @@ |
/* | ||
Yaku v0.7.8 | ||
Yaku v0.7.9 | ||
(c) 2015 Yad Smood. http://ysmood.org | ||
@@ -4,0 +4,0 @@ License MIT |
{ | ||
"name": "yaku", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "A light-weight ES6 Promises/A+ implementation that doesn't hurt.", | ||
@@ -37,5 +37,3 @@ "main": "lib/yaku.js", | ||
"files": [ | ||
"lib/yaku.js", | ||
"lib/utils.js", | ||
"lib/source.js" | ||
"lib" | ||
], | ||
@@ -42,0 +40,0 @@ "devDependencies": { |
70193
19
1241