Skip to content

Commit

Permalink
chore(all): merge latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaEffect committed Mar 26, 2019
1 parent f400922 commit cdc48df
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-path",
"version": "1.1.2",
"version": "1.1.3",
"description": "Utilities for path manipulation.",
"keywords": [
"aurelia",
Expand Down
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.1.3"></a>
## [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))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/aurelia/path/compare/1.1.1...1.1.2) (2019-01-18)

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-path",
"version": "1.1.2",
"version": "1.1.3",
"description": "Utilities for path manipulation.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -34,7 +34,6 @@
],
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-path",
"format": "amd",
"directories": {
Expand Down

0 comments on commit cdc48df

Please sign in to comment.