Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(package): remove old framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 6, 2015
1 parent d5c4c06 commit a2bec33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions config.js
Expand Up @@ -23,7 +23,7 @@ System.config({
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"aurelia-fetch-client": "github:aurelia/fetch-client@0.1.1",
"aurelia-framework": "github:aurelia/framework@0.13.4",
"aurelia-framework": "github:aurelia/framework@0.14.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.6.2",
"aurelia-loader": "github:aurelia/loader@0.8.3",
Expand Down Expand Up @@ -81,17 +81,6 @@ System.config({
"github:aurelia/fetch-client@0.1.1": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/framework@0.13.4": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-loader": "github:aurelia/loader@0.8.3",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/framework@0.14.0": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.9.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@^0.6.2",
"aurelia-fetch-client": "github:aurelia/fetch-client@^0.1.1",
"aurelia-framework": "github:aurelia/framework@^0.13.4",
"aurelia-framework": "github:aurelia/framework@^0.14.0",
"aurelia-history": "github:aurelia/history@^0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@^0.6.2",
"aurelia-loader": "github:aurelia/loader@^0.8.3",
Expand Down

0 comments on commit a2bec33

Please sign in to comment.