Skip to content

Commit

Permalink
fix: folder names and paths typo in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhmoradi committed May 20, 2023
1 parent beb139d commit b080591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tsconfig.tsbuildinfo
/calendarSystems
/calendarUtils
/index.d.ts
/*.min.js

# Linting
lint-results
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@
"url": "https://github.com/calidy-com/dayjs-calendarsystems.git"
},
"files": [
"calendarsystems",
"calendarSystems",
"calendarUtils",
"*.md"
"*.md",
"*.min.js",
],
"devDependencies": {
"@babel/cli": "^7.21.5",
Expand Down

0 comments on commit b080591

Please sign in to comment.