Skip to content

Commit

Permalink
fix: minor config updates for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 10, 2023
1 parent 14e3cda commit f00db71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-timezone-select",
"version": "3.0.0",
"version": "3.0.1",
"description": "Usable, dynamic React Timezone Select",
"scripts": {
"dev": "concurrently \"tsup src/index.tsx --format esm --watch\" \"cd example && pnpm dev\"",
"prepublishOnly": "pnpm run build",
"postpublish": "pnpm run build:example && npm run deploy",
"build": "tsup src/index.tsx --format cjs,esm --dts",
"build": "tsup src/index.tsx --format cjs,esm --clean --dts",
"build:example": "cd example && pnpm run build",
"deploy": "gh-pages -d example/dist",
"pretest": "pnpm run build",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"compilerOptions": {
"target": "es6",
"module": "esnext",
"emitDeclarationOnly": true,
"declaration": true,
"strict": false,
"jsx": "react",
"jsx": "react-jsx",
"outDir": "dist/",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down

0 comments on commit f00db71

Please sign in to comment.