Skip to content

Commit

Permalink
update to latest aurelia beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavetta committed Apr 18, 2016
1 parent a72e521 commit 28b246d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
42 changes: 26 additions & 16 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
System.config({
"baseURL": "/",
"transpiler": "babel",
"babelOptions": {
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"es7.classProperties",
"es7.decorators",
"runtime"
]
},
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js",
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*",
"dialog/*": "dist/commonjs/*.js"
}
});
},

System.config({
"map": {
map: {
"aurelia-framework": "github:aurelia/[email protected]",
"aurelia-logging": "npm:[email protected]",
"aurelia-templating-binding": "github:aurelia/[email protected]",
"babel": "npm:[email protected].21",
"babel-runtime": "npm:[email protected].20",
"core-js": "npm:core-js@0.9.18",
"babel": "npm:[email protected].38",
"babel-runtime": "npm:[email protected].38",
"core-js": "npm:core-js@1.2.6",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]",
"github:aurelia/[email protected]": {
Expand Down Expand Up @@ -79,6 +78,9 @@ System.config({
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"path-browserify": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
Expand All @@ -88,17 +90,26 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected].20": {
"npm:[email protected].38": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]"
},
Expand All @@ -108,4 +119,3 @@ System.config({
}
}
});

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-polymer",
"version": "1.0.0-beta",
"version": "1.0.0-beta.1.0.3",
"description": "An Aurelia plugin for Polymer support.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -33,6 +33,7 @@
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"jspm": "^0.16.33",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.3",
Expand All @@ -52,9 +53,14 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@^1.0.0-beta.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0-beta.1"
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.2.2",
"aurelia-logging": "npm:aurelia-logging@^1.0.0-beta.1.2.0",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0-beta.1.2.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}

0 comments on commit 28b246d

Please sign in to comment.