Skip to content

Commit 80e74a0

Browse files
committed
[Bug Fix] fixing Promise module link to Then in README
1 parent 5f4c9ce commit 80e74a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

es6-harmony.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ES6 Harmony v0.2.1
2+
* ES6 Harmony v0.2.2
33
* This module provides an equivalent implementation of ES6(Harmony)
44
* in pure ES5 code and creates an ES6 environment for old browsers or
55
* JavaScript engines that natively does not support ES6. At least ES5 is required.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-harmony",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "An equivalent implementation of ES6 in pure ES5 code for old JavaScript engines",
55
"main": "es6-harmony.js",
66
"directories": {

0 commit comments

Comments
 (0)