Skip to content

Commit

Permalink
Fixed babel.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinkarmakar3882 committed Nov 17, 2021
1 parent ab9c6fe commit 42402c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"presets": [
"minify",
[
"@babel/env",
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-power-grid",
"version": "0.1.4",
"version": "0.1.5",
"keywords": [
"react data table",
"table library",
Expand All @@ -20,7 +20,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-npm-package": "babel src/lib --out-dir dist --copy-files --presets minify"
"build-npm-package": "babel src/lib --out-dir dist --copy-files"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 42402c2

Please sign in to comment.