-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): improve output file name
- Loading branch information
1 parent
2782248
commit 151bbc1
Showing
14 changed files
with
688 additions
and
434 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,56 +16,36 @@ System.config({ | |
|
||
System.config({ | ||
"map": { | ||
"aurelia-binding": "github:aurelia/[email protected].0", | ||
"aurelia-dependency-injection": "github:aurelia/[email protected].0", | ||
"aurelia-binding": "github:aurelia/[email protected].3", | ||
"aurelia-dependency-injection": "github:aurelia/[email protected].1", | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-loader": "github:aurelia/[email protected].2", | ||
"aurelia-logging": "github:aurelia/[email protected].0", | ||
"aurelia-metadata": "github:aurelia/[email protected].0", | ||
"aurelia-path": "github:aurelia/[email protected].0", | ||
"aurelia-task-queue": "github:aurelia/[email protected].0", | ||
"aurelia-loader": "github:aurelia/[email protected].3", | ||
"aurelia-logging": "github:aurelia/[email protected].2", | ||
"aurelia-metadata": "github:aurelia/[email protected].1", | ||
"aurelia-path": "github:aurelia/[email protected].1", | ||
"aurelia-task-queue": "github:aurelia/[email protected].1", | ||
"babel": "npm:[email protected]", | ||
"babel-runtime": "npm:[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"github:aurelia/[email protected].0": { | ||
"aurelia-dependency-injection": "github:aurelia/[email protected].0", | ||
"aurelia-metadata": "github:aurelia/[email protected].0", | ||
"aurelia-task-queue": "github:aurelia/[email protected].0", | ||
"github:aurelia/[email protected].3": { | ||
"aurelia-dependency-injection": "github:aurelia/[email protected].1", | ||
"aurelia-metadata": "github:aurelia/[email protected].1", | ||
"aurelia-task-queue": "github:aurelia/[email protected].1", | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"github:aurelia/dependency-injection@0.8.1": { | ||
"aurelia-logging": "github:aurelia/logging@0.5.0", | ||
"aurelia-metadata": "github:aurelia/metadata@0.6.0", | ||
"github:aurelia/dependency-injection@0.9.1": { | ||
"aurelia-logging": "github:aurelia/logging@0.6.2", | ||
"aurelia-metadata": "github:aurelia/metadata@0.7.1", | ||
"core-js": "npm:[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": "npm:[email protected]", | ||
"webcomponentsjs": "github:webcomponents/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"github:aurelia/[email protected]": { | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-path": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "github:aurelia/[email protected]", | ||
"aurelia-path": "github:aurelia/[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"webcomponentsjs": "github:webcomponents/[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"aurelia-html-template-element": "github:aurelia/[email protected]", | ||
"aurelia-metadata": "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": "npm:[email protected]" | ||
}, | ||
"github:aurelia/[email protected]": { | ||
"github:aurelia/[email protected]": { | ||
"core-js": "npm:[email protected]" | ||
}, | ||
"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
Oops, something went wrong.