aurelia-bs-modal icon indicating copy to clipboard operation
aurelia-bs-modal copied to clipboard

Project jspm psackage not updated for Aurelia 0.15.0 breaking changes

Open KarlDirck opened this issue 9 years ago • 1 comments

There was a breaking change in Aurelia 0.15.0 where globalizeResources method was renamed to globalResources. Error: Unhandled promise rejection TypeError: config.globalResources is not a function at y.configure (http://localhost:9000/app/jspm_packages/github/pwkad/[email protected]/index.js:6:12) at http://localhost:9000/app/jspm_packages/github/aurelia/[email protected]/aurelia-framework.js:25:34 at run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:91:43) at http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:105:11 at module.exports (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.invoke.js:6:25) at queue.(anonymous function) (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:40:9) at Number.run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:27:7)

KarlDirck avatar Aug 20 '15 20:08 KarlDirck