cal/packages/dayjs/package.json
Hariom Balhara 476119d627
Add changesets/cli to release embed (#8126)
* Add dep versions

* Release new version for embeds

* Add prepublish

* Use prepare script which works with both npm and yarn

* Add changesets correctly

* Add embed publishing command

---------

Co-authored-by: zomars <zomars@me.com>
2023-05-13 08:22:31 +00:00

12 lines
231 B
JSON

{
"name": "@calcom/dayjs",
"description": "Cal.com's Day.js shared library",
"private": true,
"version": "1.0.0",
"main": "./index.ts",
"dependencies": {
"dayjs": "1.11.2",
"dayjs-business-days2": "1.1.0"
}
}