File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pinkie" ,
33 "version" : " 1.0.0" ,
4- "description" : " Itty bitty little widdle twinkie pinkie ES6 Promise implementation" ,
4+ "description" : " Itty bitty little widdle twinkie pinkie ES2015 Promise implementation" ,
55 "license" : " MIT" ,
66 "repository" : " floatdrop/pinkie" ,
77 "author" : {
2020 ],
2121 "keywords" : [
2222 " promise" ,
23+ " promises" ,
24+ " es2015" ,
2325 " es6"
2426 ],
25- "dependencies" : {},
2627 "devDependencies" : {
2728 "mocha" : " *" ,
2829 "promises-aplus-tests" : " *"
Original file line number Diff line number Diff line change 55 <br>
66</h1 >
77
8- > Itty bitty little widdle twinkie pinkie [ ES6 Promise] ( https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects ) implementation
8+ > Itty bitty little widdle twinkie pinkie [ ES2015 Promise] ( https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects ) implementation
99
1010[ ![ Build Status] ( https://travis-ci.org/floatdrop/pinkie.svg?branch=master )] ( https://travis-ci.org/floatdrop/pinkie )
1111
@@ -41,7 +41,7 @@ new Promise(function (resolve, reject) {
4141
4242### API
4343
44- ` pinkie ` exports bare [ ES6 Promise] ( https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects ) implementation. In case you forgot:
44+ ` pinkie ` exports bare [ ES2015 Promise] ( https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects ) implementation. In case you forgot:
4545
4646#### new Promise(executor)
4747
You can’t perform that action at this time.
0 commit comments