Skip to content

Commit

Permalink
[BUGFIX] Remove optional files field in package.json to include all f…
Browse files Browse the repository at this point in the history
…iles via NPM
  • Loading branch information
deoostfrees committed Apr 27, 2024
1 parent b8ee98a commit 819e132
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Pinch zoom gestures

## [2.5.3] - 2024-04-27

### Fixed

- Remove optional files field in package.json to include all files via NPM

## [2.5.2] - 2024-04-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/js/parvus.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Parvus
*
* @author Benjamin de Oostfrees
* @version 2.5.2
* @version 2.5.3
* @url https://github.com/deoostfrees/parvus
*
* MIT license
Expand Down
2 changes: 1 addition & 1 deletion dist/js/parvus.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/js/parvus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Parvus
*
* @author Benjamin de Oostfrees
* @version 2.5.2
* @version 2.5.3
* @url https://github.com/deoostfrees/parvus
*
* MIT license
Expand Down
2 changes: 1 addition & 1 deletion dist/js/parvus.min.js

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

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.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "parvus",
"type": "module",
"version": "2.5.2",
"version": "2.5.3",
"description": "An open source, dependency free image lightbox with the goal of being accessible.",
"files": [
"./src/l10n",
"./src/scss"
],
"main": "./dist/js/parvus.js",
"module": "./dist/js/parvus.esm.js",
"style": "./dist/css/parvus.css",
Expand Down

0 comments on commit 819e132

Please sign in to comment.