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

Commit ed6a64b

Browse files
committed
update package.json, bower.json
1 parent 9260971 commit ed6a64b

5 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ A basic example of using this extension with a build would be the following:
179179
traceur --out app-build.js app/app.js --modules=instantiate
180180
```
181181

182-
2. Load [`traceur-runtime.js`](https://raw.githubusercontent.com/google/traceur-compiler/traceur@0.0.41/bin/traceur.js), `es6-module-loader.js` and then apply the register extension before doing the import or loading the bundle as a script:
182+
2. Load `traceur-runtime.js` (included in the `bin` folder when installing Traceur through Bower or npm), `es6-module-loader.js` and then apply the register extension before doing the import or loading the bundle as a script:
183183

184184
```html
185185
<script src="traceur-runtime.js"></script>

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "es6-module-loader",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "An ES6 Module Loader polyfill based on the latest spec.",
55
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
66
"main": "dist/es6-module-loader-sans-promises.js",
77
"dependencies": {
88
"es6-promise": "^1.0",
9-
"traceur": "0.0.32"
9+
"traceur": "0.0.41"
1010
},
1111
"keywords": [
1212
"es6",

dist/es6-module-loader-sans-promises.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es6-module-loader.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-module-loader",
33
"description": "An ES6 Module Loader shim",
4-
"version": "0.5.4",
4+
"version": "0.6.0",
55
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
66
"author": {
77
"name": "Guy Bedford, Luke Hoban, Addy Osmani",
@@ -41,7 +41,7 @@
4141
"test": "node test/test"
4242
},
4343
"dependencies": {
44-
"traceur": "0.0.32",
44+
"traceur": "0.0.41",
4545
"es6-promise": "1.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)