Skip to content

Commit

Permalink
[Bug Fix] fixing Promise module link to Then in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jun 15, 2017
1 parent 5f4c9ce commit 80e74a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion es6-harmony.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ES6 Harmony v0.2.1
* ES6 Harmony v0.2.2
* This module provides an equivalent implementation of ES6(Harmony)
* in pure ES5 code and creates an ES6 environment for old browsers or
* JavaScript engines that natively does not support ES6. At least ES5 is required.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-harmony",
"version": "0.2.1",
"version": "0.2.2",
"description": "An equivalent implementation of ES6 in pure ES5 code for old JavaScript engines",
"main": "es6-harmony.js",
"directories": {
Expand Down

0 comments on commit 80e74a0

Please sign in to comment.