Skip to content

Commit

Permalink
Update .npmignore to exclude 'src/' and 'tsconfig.json' files from np…
Browse files Browse the repository at this point in the history
…m package
  • Loading branch information
CarlsRemy committed May 18, 2024
1 parent 0f5d2fa commit 8d8baf1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
test/
doc/
doc/
src/
tsconfig.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ console.log(longWeekends);
```

**getLongWeekendsOfMonth(date: Date): holidayRD[]**

Lista de Fines de semana largo en el mes del año indicado.
```js
const monthLongWeekends = getLongWeekendsOfMonth(new Date(2023, 0)); // Enero 2023
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holidaysrd",
"version": "0.0.1",
"version": "0.0.2",
"description": "holidayRD es una libreria que te permite validar si una fecha es feriado en la Republica Dominicana",
"main": "dist/holidayRD.js",
"scripts": {
Expand Down

0 comments on commit 8d8baf1

Please sign in to comment.