Skip to content

Commit 819e132

Browse files
committed
[BUGFIX] Remove optional files field in package.json to include all files via NPM
1 parent b8ee98a commit 819e132

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- Pinch zoom gestures
66

7+
## [2.5.3] - 2024-04-27
8+
9+
### Fixed
10+
11+
- Remove optional files field in package.json to include all files via NPM
12+
713
## [2.5.2] - 2024-04-27
814

915
### Fixed

dist/js/parvus.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Parvus
33
*
44
* @author Benjamin de Oostfrees
5-
* @version 2.5.2
5+
* @version 2.5.3
66
* @url https://github.com/deoostfrees/parvus
77
*
88
* MIT license

dist/js/parvus.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/parvus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Parvus
33
*
44
* @author Benjamin de Oostfrees
5-
* @version 2.5.2
5+
* @version 2.5.3
66
* @url https://github.com/deoostfrees/parvus
77
*
88
* MIT license

dist/js/parvus.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "parvus",
33
"type": "module",
4-
"version": "2.5.2",
4+
"version": "2.5.3",
55
"description": "An open source, dependency free image lightbox with the goal of being accessible.",
6-
"files": [
7-
"./src/l10n",
8-
"./src/scss"
9-
],
106
"main": "./dist/js/parvus.js",
117
"module": "./dist/js/parvus.esm.js",
128
"style": "./dist/css/parvus.css",

0 commit comments

Comments
 (0)