Skip to content

Commit 21bc11a

Browse files
committed
Bump version
1 parent 25b2430 commit 21bc11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srt-support-for-html5-videos",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"type": "module",
55
"main": "main.js",
66
"repository": "https://github.com/codeit-ninja/SRT-Support-for-HTML5-videos",
@@ -15,7 +15,7 @@
1515
"build:iife": "vite build",
1616
"build:esm": "vite --config vite.config.esm.js build",
1717
"preview": "vite preview",
18-
"publish": "npm build"
18+
"publish": "npm run build"
1919
},
2020
"devDependencies": {
2121
"vite": "^3.0.0"

0 commit comments

Comments
 (0)