Skip to content

Commit b080591

Browse files
committed
fix: folder names and paths typo in builder
1 parent beb139d commit b080591

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ tsconfig.tsbuildinfo
4848
/calendarSystems
4949
/calendarUtils
5050
/index.d.ts
51+
/*.min.js
5152

5253
# Linting
5354
lint-results

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@
100100
"url": "https://github.com/calidy-com/dayjs-calendarsystems.git"
101101
},
102102
"files": [
103-
"calendarsystems",
103+
"calendarSystems",
104104
"calendarUtils",
105-
"*.md"
105+
"*.md",
106+
"*.min.js",
106107
],
107108
"devDependencies": {
108109
"@babel/cli": "^7.21.5",

0 commit comments

Comments
 (0)