Skip to content

Commit 7175462

Browse files
author
Mark
committed
0.13.2
1 parent 990c42f commit 7175462

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.babelrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
module.exports = {
2+
env: {
3+
development: {
4+
compact: false,
5+
},
6+
},
27
presets: [
38
'@babel/preset-typescript',
49
[

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router-component",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "A simple, declarative router for web components",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)