Skip to content

Commit 74a685d

Browse files
committed
Don't ignore declarations in .npmignore
1 parent 450f786 commit 74a685d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.github
22
.idea
33

4-
dist/*
4+
dist/*.js
55
assets/*
66
node_modules/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srt-support-for-html5-videos",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"repository": "https://github.com/codeit-ninja/SRT-Support-for-HTML5-videos",
55
"type": "module",
66
"main": "main.js",

0 commit comments

Comments
 (0)