mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
0.11.0
This commit is contained in:
parent
be22989d6d
commit
9b5f875d4e
@ -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.
|
||||
|
||||
|
||||
@ -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": {
|
||||
|
||||
2
dist/system-csp.src.js
vendored
2
dist/system-csp.src.js
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SystemJS v0.10.0
|
||||
* SystemJS v0.11.0
|
||||
*/
|
||||
|
||||
(function($__global) {
|
||||
|
||||
2
dist/system.src.js
vendored
2
dist/system.src.js
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SystemJS v0.10.0
|
||||
* SystemJS v0.11.0
|
||||
*/
|
||||
|
||||
(function($__global) {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*
|
||||
* SystemJS v0.10.0
|
||||
* SystemJS v0.11.0
|
||||
*/
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user