1 parent 5f4c9ce commit 80e74a0Copy full SHA for 80e74a0
2 files changed
es6-harmony.js
@@ -1,5 +1,5 @@
1
/*!
2
- * ES6 Harmony v0.2.1
+ * ES6 Harmony v0.2.2
3
* This module provides an equivalent implementation of ES6(Harmony)
4
* in pure ES5 code and creates an ES6 environment for old browsers or
5
* JavaScript engines that natively does not support ES6. At least ES5 is required.
package.json
@@ -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",
6
"directories": {
0 commit comments