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

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 3, 2015
1 parent d4b91b5 commit 3fa8477
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/es6-module-loader-sans-promises.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es6-module-loader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-module-loader",
"description": "An ES6 Module Loader shim",
"version": "0.14.0",
"version": "0.15.0",
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
"author": {
"name": "Guy Bedford, Luke Hoban, Addy Osmani",
Expand Down Expand Up @@ -63,8 +63,8 @@
"test:browser:perf": "karma start karma-benchmark.conf.js --single-run"
},
"dependencies": {
"babel-core": "^4.1.1",
"traceur": "0.0.82",
"babel-core": "^4.6.6",
"traceur": "0.0.86",
"when": "^3.7.2"
}
}

0 comments on commit 3fa8477

Please sign in to comment.