Fix package.json formatting
This commit is contained in:
parent
f3b5c804a3
commit
9f18abb938
1 changed files with 9 additions and 15 deletions
24
package.json
24
package.json
|
@ -70,23 +70,17 @@
|
||||||
"whatwg-fetch": "^3.0.0"
|
"whatwg-fetch": "^3.0.0"
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": ["@babel/preset-env"],
|
||||||
"@babel/preset-env"
|
"overrides": [{
|
||||||
],
|
|
||||||
"overrides": [
|
|
||||||
{
|
|
||||||
"test": [
|
"test": [
|
||||||
"src/components/cardbuilder/cardBuilder.js",
|
"src/components/cardbuilder/cardBuilder.js",
|
||||||
"src/components/filedownloader.js",
|
"src/components/filedownloader.js",
|
||||||
"src/components/filesystem.js",
|
"src/components/filesystem.js",
|
||||||
"src/components/input/keyboardnavigation.js",
|
"src/components/input/keyboardnavigation.js",
|
||||||
"src/components/sanatizefilename.js"
|
"src/components/sanatizefilename.js"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": ["@babel/plugin-transform-modules-amd"]
|
||||||
"@babel/plugin-transform-modules-amd"
|
}]
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 Firefox versions",
|
"last 2 Firefox versions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue