From 5a796936813b205bf1b96f6fa696bfb87924ba02 Mon Sep 17 00:00:00 2001 From: Hector Romero Date: Sun, 16 Jul 2017 06:10:34 -0700 Subject: [PATCH] Add Aurelia PAL dependency --- config.js | 64 ++++++++++++++++++++++++++++++++++++++++++++++------ package.json | 4 +++- 2 files changed, 60 insertions(+), 8 deletions(-) diff --git a/config.js b/config.js index 5219291..102c7db 100755 --- a/config.js +++ b/config.js @@ -7,30 +7,54 @@ 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", @@ -38,7 +62,7 @@ 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", "aurelia-templating": "npm:aurelia-templating@1.1.2" @@ -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" } } }); diff --git a/package.json b/package.json index 5076b86..0b6bc33 100755 --- a/package.json +++ b/package.json @@ -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" @@ -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", @@ -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"