mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 00:55:27 +01:00
Fix .babelrc
This commit is contained in:
parent
bc2ec4d0b7
commit
a4b4d077fa
1 changed files with 2 additions and 2 deletions
2
.babelrc
2
.babelrc
|
@ -5,7 +5,7 @@
|
||||||
"test": {
|
"test": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
["istanbul", {
|
["istanbul", {
|
||||||
exclude: ["node_modules/**", "test/**"]
|
"exclude": ["node_modules/**", "test/**"]
|
||||||
}]
|
}]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue