Skip to content

Commit

Permalink
Merge pull request #1 from tu2mf-org/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
hkc321 authored Apr 15, 2024
2 parents 562e998 + cf1dd9b commit 475498b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
cp dist/mjs/index.d.ts dist

rm -rf dist/*/index.d.ts

cat >dist/cjs/package.json <<!EOF
{
"type": "commonjs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-range-checker",
"version": "1.0.2",
"version": "1.0.3",
"description": "A utility library for comparing date ranges",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down

0 comments on commit 475498b

Please sign in to comment.