From cdc48df1eb162d0f3af72a3f359eefa08bde5e6e Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Tue, 26 Mar 2019 06:22:17 +0000 Subject: [PATCH] chore(all): merge latest release --- bower.json | 2 +- config.js | 7 +++++++ doc/CHANGELOG.md | 10 ++++++++++ package.json | 3 +-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 74b9b9a..2b2814a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "1.1.2", + "version": "1.1.3", "description": "Utilities for path manipulation.", "keywords": [ "aurelia", diff --git a/config.js b/config.js index 6d08845..ffcd92c 100644 --- a/config.js +++ b/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/*" diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7a27cad..e0f84cf 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.1.3](https://github.com/aurelia/path/compare/1.1.2...1.1.3) (2019-02-04) + + +### Bug Fixes + +* **all:** change es2015 back to native-modules ([3a13e2f](https://github.com/aurelia/path/commit/3a13e2f)) + + + ## [1.1.2](https://github.com/aurelia/path/compare/1.1.1...1.1.2) (2019-01-18) diff --git a/package.json b/package.json index 0cf41cf..49127ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "1.1.2", + "version": "1.1.3", "description": "Utilities for path manipulation.", "keywords": [ "aurelia", @@ -34,7 +34,6 @@ ], "jspm": { "registry": "npm", - "jspmPackage": true, "main": "aurelia-path", "format": "amd", "directories": {