chore(): version update

This commit is contained in:
Shariar Shaikot
2021-06-23 15:42:39 +02:00
parent 1fed51f7af
commit 9a09739d91
+4 -1
View File
@@ -3,6 +3,9 @@
"version": "1.2.0",
"description": "Convert SRT format subtitle to WebVTT on the fly over HTML5 environment",
"main": "lib/index.js",
"files": [
"lib/index.js"
],
"scripts": {
"test": "./node_modules/.bin/eslint ./index.js",
"start": "webpack-dev-server",
@@ -57,4 +60,4 @@
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
}
}
}