Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 7, 2015
1 parent 12a94ce commit 5d128ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
1.0.1 / 2015-01-07
=================
* Fix browserification

1.0.0 / 2015-01-06
=================
* Initial release
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.0.0",
"version": "1.0.1",
"main": "es7-shim.browser.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "es7-shim",
"repo": "es-shims/es7-shim",
"description": "ECMAScript 7 compatibility shims for legacy JavaScript engines",
"version": "v1.0.0",
"version": "v1.0.1",
"keywords": [
"shim",
"es7",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.0.0",
"version": "1.0.1",
"description": "ECMAScript 7 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es7-shim/",
"contributors": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"tape": "~3.0.3",
"browserify": "~8.0.3",
"uglify-js": "~2.4.16",
"covert": "1.0.0",
"covert": "1.0.1",
"jscs": "~1.9.0",
"editorconfig-tools": "~0.0.1",
"nsp": "~0.5.2",
Expand Down

0 comments on commit 5d128ac

Please sign in to comment.