Skip to content

Commit

Permalink
Merge pull request #13 from gusrb3164/release/1.0.3
Browse files Browse the repository at this point in the history
Release/1.0.3
  • Loading branch information
gusrb3164 authored Oct 28, 2022
2 parents c7cdac6 + 21624fb commit 0e9747c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-custom-alert",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easliy use react alert and customize",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"jsx": "react",
"target": "es6",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 0e9747c

Please sign in to comment.