diff --git a/bower.json b/bower.json index ee6aef0..3603ccd 100644 --- a/bower.json +++ b/bower.json @@ -17,8 +17,8 @@ "url": "http://github.com/aurelia/history-browser" }, "dependencies": { - "aurelia-history": "^1.0.0-beta.1", - "aurelia-pal": "^1.0.0-beta.1", + "aurelia-history": "^1.0.0-beta.1.1.1", + "aurelia-pal": "^1.0.0-beta.1.1.1", "core-js": "zloirock/core-js" } } diff --git a/config.js b/config.js index c41c725..117184c 100644 --- a/config.js +++ b/config.js @@ -14,11 +14,11 @@ System.config({ }, map: { - "aurelia-history": "npm:aurelia-history@1.0.0-beta.1", - "aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1", + "aurelia-history": "npm:aurelia-history@1.0.0-beta.1.1.1", + "aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1", "babel": "npm:babel-core@5.1.13", "babel-runtime": "npm:babel-runtime@5.1.13", - "core-js": "npm:core-js@1.2.6", + "core-js": "npm:core-js@2.0.3", "github:jspm/nodelibs-assert@0.1.0": { "assert": "npm:assert@1.3.0" }, @@ -34,7 +34,7 @@ System.config({ "npm:assert@1.3.0": { "util": "npm:util@0.10.3" }, - "npm:core-js@1.2.6": { + "npm:core-js@2.0.3": { "fs": "github:jspm/nodelibs-fs@0.1.2", "path": "github:jspm/nodelibs-path@0.1.0", "process": "github:jspm/nodelibs-process@0.1.2", diff --git a/package.json b/package.json index d13d659..ce91d19 100644 --- a/package.json +++ b/package.json @@ -22,27 +22,28 @@ "test": "gulp test", "ci": "gulp ci" }, - "jspmNodeConversion": false, "jspm": { + "registry": "npm", + "jspmPackage": true, "main": "aurelia-history-browser", "format": "amd", "directories": { - "lib": "dist/amd" + "dist": "dist/amd" }, - "dependencies": { - "aurelia-history": "npm:aurelia-history@^1.0.0-beta.1", - "aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1", - "core-js": "npm:core-js@^1.2.6" + "peerDependencies": { + "aurelia-history": "^1.0.0-beta.1.1.1", + "aurelia-pal": "^1.0.0-beta.1.1.1", + "core-js": "^1.2.6" }, "devDependencies": { - "babel": "npm:babel-core@^5.1.13", - "babel-runtime": "npm:babel-runtime@^5.1.13", - "core-js": "npm:core-js@^1.2.6" + "babel": "babel-core@^5.1.13", + "babel-runtime": "^5.1.13", + "core-js": "^2.0.3" } }, - "dependencies": { - "aurelia-history": "^1.0.0-beta.1", - "aurelia-pal": "^1.0.0-beta.1", + "peerDependencies": { + "aurelia-history": "^1.0.0-beta.1.1.1", + "aurelia-pal": "^1.0.0-beta.1.1.1", "core-js": "^1.2.6" }, "devDependencies": {