Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuruuh committed Mar 29, 2024
1 parent 9dc9120 commit d1a3b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@zuruuh/react-date-picker",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
15 changes: 3 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
"declaration": true,
"declarationDir": "types",
"emitDeclarationOnly": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"stripInternal": true,
"types": [
"bun-types"
],
"types": ["bun-types"],
"resolveJsonModule": true,
/* Linting */
"strict": true,
Expand All @@ -32,8 +26,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"src",
".ladle/components.tsx"
]
"include": ["src", ".ladle/components.tsx"]
}

0 comments on commit d1a3b20

Please sign in to comment.