Skip to content

Commit

Permalink
0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Apr 5, 2020
1 parent 990c42f commit 7175462
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
env: {
development: {
compact: false,
},
},
presets: [
'@babel/preset-typescript',
[
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router-component",
"version": "0.13.1",
"version": "0.13.2",
"description": "A simple, declarative router for web components",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7175462

Please sign in to comment.