Skip to content

Commit

Permalink
Add Aurelia PAL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Romero committed Jul 16, 2017
1 parent 92dd822 commit 5a79693
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 8 deletions.
64 changes: 57 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,62 @@ System.config({
},

map: {
"aurelia-pal": "npm:aurelia-pal@1.3.0",
"aurelia-polyfills": "npm:aurelia-polyfills@1.1.1",
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0",
"tether": "npm:tether@1.4.0",
"velocity-animate": "npm:velocity-animate@1.5.0",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.4.1"
},
"github:jspm/nodelibs-buffer@0.1.1": {
"buffer": "npm:buffer@5.0.6"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.10"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:jspm/nodelibs-vm@0.1.0": {
"vm-browserify": "npm:vm-browserify@0.0.4"
},
"npm:assert@1.4.1": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
},
"npm:aurelia-binding@1.0.9": {
"aurelia-logging": "npm:aurelia-logging@1.1.0",
"aurelia-metadata": "npm:aurelia-metadata@1.0.2",
"aurelia-pal": "npm:aurelia-pal@1.0.0",
"aurelia-pal": "npm:aurelia-pal@1.3.0",
"aurelia-task-queue": "npm:aurelia-task-queue@1.1.0"
},
"npm:aurelia-dependency-injection@1.2.0": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.2",
"aurelia-pal": "npm:aurelia-pal@1.0.0"
"aurelia-pal": "npm:aurelia-pal@1.3.0"
},
"npm:aurelia-loader@1.0.0": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.2",
"aurelia-path": "npm:aurelia-path@1.1.1"
},
"npm:aurelia-metadata@1.0.2": {
"aurelia-pal": "npm:aurelia-pal@1.0.0"
"aurelia-pal": "npm:aurelia-pal@1.3.0"
},
"npm:aurelia-polyfills@1.1.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0"
"aurelia-pal": "npm:aurelia-pal@1.3.0"
},
"npm:aurelia-task-queue@1.1.0": {
"aurelia-pal": "npm:aurelia-pal@1.0.0"
"aurelia-pal": "npm:aurelia-pal@1.3.0"
},
"npm:aurelia-templating-resources@1.0.0": {
"aurelia-binding": "npm:aurelia-binding@1.0.9",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.2.0",
"aurelia-loader": "npm:aurelia-loader@1.0.0",
"aurelia-logging": "npm:aurelia-logging@1.1.0",
"aurelia-metadata": "npm:aurelia-metadata@1.0.2",
"aurelia-pal": "npm:aurelia-pal@1.0.0",
"aurelia-pal": "npm:aurelia-pal@1.3.0",
"aurelia-path": "npm:aurelia-path@1.1.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.1.0",
"aurelia-templating": "npm:aurelia-templating@1.1.2"
Expand All @@ -49,9 +73,35 @@ System.config({
"aurelia-loader": "npm:aurelia-loader@1.0.0",
"aurelia-logging": "npm:aurelia-logging@1.1.0",
"aurelia-metadata": "npm:aurelia-metadata@1.0.2",
"aurelia-pal": "npm:aurelia-pal@1.0.0",
"aurelia-pal": "npm:aurelia-pal@1.3.0",
"aurelia-path": "npm:aurelia-path@1.1.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.1.0"
},
"npm:buffer@5.0.6": {
"base64-js": "npm:base64-js@1.2.1",
"ieee754": "npm:ieee754@1.1.8"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:process@0.11.10": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"vm": "github:jspm/nodelibs-vm@0.1.0"
},
"npm:tether@1.4.0": {
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:velocity-animate@1.5.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:vm-browserify@0.0.4": {
"indexof": "npm:indexof@0.0.1"
}
}
});
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"url": "http://github.com/tochoromero/aurelia-bootstrap"
},
"dependencies": {
"aurelia-pal": "^1.3.0",
"aurelia-templating-resources": "^1.1.1",
"velocity-animate": "^1.3.1",
"tether": "^1.3.7"
Expand All @@ -68,7 +69,7 @@
"gulp-bump": "^2.2.0",
"gulp-eslint": "^3.0.1",
"gulp-yuidoc": "^0.1.2",
"gulp-line-ending-corrector": "1.0.1" ,
"gulp-line-ending-corrector": "1.0.1",
"isparta": "^4.0.0",
"istanbul": "^1.0.0-alpha.2",
"jasmine-core": "^2.4.1",
Expand All @@ -92,6 +93,7 @@
"dist": "dist/amd"
},
"dependencies": {
"aurelia-pal": "^1.3.0",
"aurelia-templating-resources": "^1.1.1",
"velocity-animate": "^1.3.1",
"tether": "^1.3.7"
Expand Down

0 comments on commit 5a79693

Please sign in to comment.