promise-creator
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "promise-creator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "small helper function to easly create new promises", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"jsnext:main": "index.js", | ||
"scripts": { | ||
"test": "babel-node test.js" | ||
"test": "babel-node test.js", | ||
"build": "babel index.js --out-dir lib" | ||
}, | ||
@@ -9,0 +11,0 @@ "author": "Goran Gajic <fero.null@gmail.com>", |
Sorry, the diff of this file is not supported yet
1699