mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
Denis Demchenko
parent
67c6db946c
commit
051a377a78
6
.babelrc
6
.babelrc
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"presets": [["env", {
|
||||
"useBuiltIns": true,
|
||||
"presets": [["@babel/preset-env", {
|
||||
"useBuiltIns": "entry",
|
||||
"modules": "umd",
|
||||
"targets": {
|
||||
"ie": "8",
|
||||
@@ -13,7 +13,7 @@
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": [ "istanbul" ],
|
||||
"presets": [["env", { "targets": { "node": "current" } }]]
|
||||
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user