This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
2 lines
110 B
JavaScript
2 lines
110 B
JavaScript
export { isSameDate } from './src/utils/isSameDate.js';
|
|
export { LionCalendar } from './src/LionCalendar.js';
|