Skip to content

Commit 448ec24

Browse files
committed
ES6 → ES2015
1 parent b7286b6 commit 448ec24

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -20,9 +20,10 @@
2020
],
2121
"keywords": [
2222
"promise",
23+
"promises",
24+
"es2015",
2325
"es6"
2426
],
25-
"dependencies": {},
2627
"devDependencies": {
2728
"mocha": "*",
2829
"promises-aplus-tests": "*"

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)