File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @aldabil/react-scheduler" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.3 " ,
44 "description" : " React scheduler component based on Material-UI & date-fns" ,
55 "files" : [
66 " *"
2323 "test:ci" : " jest --ci"
2424 },
2525 "exports" : {
26- "." : {
27- "import" : " ./dist/index.js" ,
28- "require" : " ./dist/index.umd.cjs"
29- },
3026 "./types" : {
31- "import" : " ./dist/index.d.ts"
27+ "import" : " ./types.d.ts"
28+ },
29+ "." : {
30+ "import" : " ./index.js"
3231 }
3332 },
3433 "lint-staged" : {
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ import { peerDependencies } from "./package.json";
88
99const __dirname = dirname ( fileURLToPath ( import . meta. url ) ) ;
1010
11- export default defineConfig ( ( props ) => ( {
11+ export default defineConfig ( ( ) => ( {
1212 plugins : [
1313 react ( ) ,
1414 tsconfigPaths ( {
1515 configNames : [ "tsconfig.json" ] ,
1616 } ) ,
17- dts ( { rollupTypes : true , tsconfigPath : "./tsconfig.build.json" } ) ,
17+ dts ( { tsconfigPath : "./tsconfig.build.json" } ) ,
1818 ] ,
1919 server : {
2020 port : 3000 ,
You can’t perform that action at this time.
0 commit comments