Skip to content

Commit

Permalink
refactor(package.json): add relative path like others
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 12, 2022
1 parent bcad90e commit 30c0099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"import": "./esm/index.mjs",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs"
"types": "./dist/index.d.ts",
"module": "./esm/index.mjs"
},
"scripts": {
"prepack": "yarn build",
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"import": "./esm/index.mjs",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs"
"types": "./dist/index.d.ts",
"module": "./esm/index.mjs"
},
"scripts": {
"prepack": "yarn build",
Expand Down

0 comments on commit 30c0099

Please sign in to comment.