Skip to content

Commit

Permalink
remove browserlist from .babelrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed Jan 27, 2021
1 parent 7094d52 commit fc5057f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"@babel/preset-typescript"
],
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
"@babel/preset-env"
]
],
"plugins": [
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@steinrein/wizerd-forms",
"version": "1.0.6",
"description": "Library for creating flexible multistep forms.",
"main": "dist/wizerdform.bundle.js",
"types": "dist/umd/index.d.ts",
"main": "dist/wizerdform.bundle.js",
"types": "dist/umd/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"build": "webpack && tsc && tsc -m AMD --outDir dist/amd && tsc -m UMD --resolveJsonModule false --outDir dist/umd && tsc -m es6 --outDir dist/esm",
"watch": "webpack --watch"
"build": "webpack && tsc && tsc -m AMD --outDir dist/amd && tsc -m UMD --resolveJsonModule false --outDir dist/umd && tsc -m es6 --outDir dist/esm",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fc5057f

Please sign in to comment.