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

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 30, 2015
1 parent 7239dab commit 8225a89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
1.0.4 / 2015-01-29
=================
* Fix `npm run build` to browserify the package, so that dist/es7-shim* has the auto-shim version.

1.0.3 / 2015-01-25
=================
* Fix accidental `covert` dev dependency version change
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.0.3",
"version": "1.0.4",
"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.3",
"version": "v1.0.4",
"keywords": [
"shim",
"es7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.0.3",
"version": "1.0.4",
"description": "ECMAScript 7 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es7-shim/",
"contributors": [
Expand Down

0 comments on commit 8225a89

Please sign in to comment.