Skip to content

Commit

Permalink
chore(all): add latest build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaEffect committed Feb 3, 2019
1 parent 1d6f82e commit 68e8540
Show file tree
Hide file tree
Showing 18 changed files with 6,145 additions and 359 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-polyfills",
"version": "1.3.1",
"version": "1.3.2",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",
"keywords": [
"aurelia",
Expand Down
7 changes: 7 additions & 0 deletions config.js
@@ -1,5 +1,12 @@
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
Expand Down

0 comments on commit 68e8540

Please sign in to comment.