react-video-seek-slider
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "react-video-seek-slider", | ||
"description": "React video seek slider like youtube", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "/lib/index.js", | ||
@@ -15,2 +15,5 @@ "author": "Sergey Egorov", | ||
"build": "webpack --config webpack.prod.js && npm run copyDts && npm run removeDts", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "rm -rf ./src", | ||
"postpublish": "git clean -fd", | ||
"copyDts": "cp ./lib/src/index.d.ts ./index.d.ts", | ||
@@ -17,0 +20,0 @@ "removeDts": "rm -rf ./lib/src" |
13603