From 2ec71ddef6b89d289dc7a4463de5741d3722818d Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Fri, 26 Aug 2016 21:43:46 +0200 Subject: [PATCH] update config --- jspm.config.js | 10 +--------- package.json | 7 ++++--- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/jspm.config.js b/jspm.config.js index f553d19..0a7e8d8 100644 --- a/jspm.config.js +++ b/jspm.config.js @@ -10,17 +10,12 @@ SystemJS.config({ devConfig: { "map": { "babel-runtime": "npm:babel-runtime@5.8.38", - "core-js": "npm:core-js@0.9.18", + "core-js": "npm:core-js@1.2.7", "plugin-babel": "npm:systemjs-plugin-babel@0.0.12" }, "packages": { "npm:babel-runtime@5.8.38": { "map": {} - }, - "npm:core-js@0.9.18": { - "map": { - "systemjs-json": "github:systemjs/plugin-json@0.1.2" - } } } }, @@ -30,9 +25,6 @@ SystemJS.config({ "main": "index.js" } }, - bundles: { - "bundle.js": [] - }, map: { "babel": "npm:babel-core@5.8.38" } diff --git a/package.json b/package.json index cebc3b6..1422898 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "babel-runtime": "npm:babel-runtime@^5.1.13", - "core-js": "npm:core-js@^0.9.4", + "core-js": "npm:core-js@^1.2.0", "plugin-babel": "npm:systemjs-plugin-babel@^0.0.12" }, "peerDependencies": { @@ -51,7 +51,8 @@ } } }, - "dependencies": { - "jspm": "^0.17.0-beta.25" + "dependencies": {}, + "devDependencies": { + "jspm": "^0.17.0-beta.28" } }