Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 23, 2014
1 parent be22989 commit 9b5f875
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion dist/system-csp.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/

(function($__global) {
Expand Down
2 changes: 1 addition & 1 deletion dist/system.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/

(function($__global) {
Expand Down
2 changes: 1 addition & 1 deletion lib/banner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
* SystemJS v0.10.0
* SystemJS v0.11.0
*/

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 9b5f875

Please sign in to comment.