Skip to content

Commit 2b76d88

Browse files
committed
fix: prepare for npm publishing
1 parent 88c3646 commit 2b76d88

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ All notable changes to this project will be documented in this file. See [standa
1414

1515
* Licensing update, fix author and contributors fields and info ([060e607](https://github.com/calidy-com/dayjs-calendarsystems/commit/060e60770ca8cc36280ea059a093054c4fa89a40))
1616
* Licensing update, fix author and contributors fields and info ([9adc7b9](https://github.com/calidy-com/dayjs-calendarsystems/commit/9adc7b9f1c7125fa245c11f709872d878ee2886b))
17-
18-
# Changelog
19-
20-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Calendar Systems Management for Day.js",
55
"main": "dist/dayjs-calendarsystems.cjs.js",
6+
"umd:main": "dist/dayjs-calendarsystems.umd.js",
67
"web": "dist/dayjs-calendarsystems.umd.js",
78
"module": "dist/dayjs-calendarsystems.esm.js",
89
"jsnext:main": "dist/dayjs-calendarsystems.esm.js",
@@ -113,7 +114,8 @@
113114
"url": "https://github.com/calidy-com/dayjs-calendarsystems.git"
114115
},
115116
"files": [
116-
"dist"
117+
"dist",
118+
"LICENSE*"
117119
],
118120
"devDependencies": {
119121
"@babel/cli": "^7.21.5",

0 commit comments

Comments
 (0)