-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After the May 1st release, aurelia dependencies had to be updated along with a breaking change of how a plugin is installed (install method is now called configure)
- Loading branch information
1 parent
55cd149
commit 01aacab
Showing
7 changed files
with
51 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ System.config({ | |
|
||
System.config({ | ||
"map": { | ||
"aurelia-binding": "github:aurelia/binding@0.5.0", | ||
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.6.0", | ||
"aurelia-templating": "github:aurelia/templating@0.10.3", | ||
"aurelia-binding": "github:aurelia/binding@0.6.0", | ||
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.7.0", | ||
"aurelia-templating": "github:aurelia/templating@0.11.0", | ||
"traceur": "github:jmcriffey/[email protected]", | ||
"traceur-runtime": "github:jmcriffey/[email protected]", | ||
"github:aurelia/[email protected]": { | ||
|
@@ -19,20 +19,40 @@ System.config({ | |
"aurelia-task-queue": "github:aurelia/[email protected]", | ||
"core-js": "github:zloirock/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-dependency-injection": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "github:aurelia/[email protected]", | ||
"aurelia-task-queue": "github:aurelia/[email protected]", | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-logging": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "github:aurelia/[email protected]", | ||
"core-js": "github:zloirock/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-logging": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "github:aurelia/[email protected]", | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-path": "github:aurelia/[email protected]", | ||
"core-js": "github:zloirock/[email protected]", | ||
"webcomponentsjs": "github:webcomponents/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-path": "github:aurelia/[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"webcomponentsjs": "github:webcomponents/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"core-js": "github:zloirock/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-binding": "github:aurelia/[email protected]", | ||
"aurelia-dependency-injection": "github:aurelia/[email protected]", | ||
|
@@ -54,6 +74,23 @@ System.config({ | |
"aurelia-path": "github:aurelia/[email protected]", | ||
"aurelia-task-queue": "github:aurelia/[email protected]", | ||
"core-js": "github:zloirock/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-binding": "github:aurelia/[email protected]", | ||
"aurelia-dependency-injection": "github:aurelia/[email protected]", | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-loader": "github:aurelia/[email protected]", | ||
"aurelia-logging": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "github:aurelia/[email protected]", | ||
"aurelia-path": "github:aurelia/[email protected]", | ||
"aurelia-task-queue": "github:aurelia/[email protected]", | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"github:jspm/[email protected]": { | ||
"process": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"process": "github:jspm/[email protected]" | ||
} | ||
} | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters