This commit is contained in:
guybedford 2014-12-23 17:22:37 +02:00
parent be22989d6d
commit 9b5f875d4e
6 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ Getting Started
### Setup
Download [`es6-module-loader.js`](https://github.com/ModuleLoader/es6-module-loader/blob/v0.9.4/dist/es6-module-loader.js) and [`traceur.js`](https://raw.githubusercontent.com/jmcriffey/bower-traceur/0.0.72/traceur.js) and locate them in the same folder as `system.js` from this repo.
Download [`es6-module-loader.js`](https://github.com/ModuleLoader/es6-module-loader/blob/v0.11.0/dist/es6-module-loader.js) and [`traceur.js`](https://raw.githubusercontent.com/jmcriffey/bower-traceur/0.0.79/traceur.js) and locate them in the same folder as `system.js` from this repo.
We then include `dist/system.js` with a script tag in the page.

View File

@ -1,9 +1,9 @@
{
"name": "system.js",
"version": "0.10.1",
"version": "0.11.0",
"main": "dist/system.js",
"dependencies": {
"es6-module-loader": "~0.10.0",
"es6-module-loader": "~0.11.0",
"traceur-runtime": "~0.0.79"
},
"devDependencies": {

View File

@ -1,5 +1,5 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/
(function($__global) {

2
dist/system.src.js vendored
View File

@ -1,5 +1,5 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/
(function($__global) {

View File

@ -1,4 +1,4 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/

View File

@ -1,6 +1,6 @@
{
"name": "systemjs",
"version": "0.10.2",
"version": "0.11.0",
"description": "System loader extension for flexible AMD & CommonJS support",
"main": "dist/system.src.js",
"repository": {
@ -10,7 +10,7 @@
"author": "Guy Bedford",
"license": "MIT",
"dependencies": {
"es6-module-loader": "~0.10.0"
"es6-module-loader": "~0.11.0"
},
"devDependencies": {
"qunit": "^0.6.2",