softbuilders-react-video-player
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "softbuilders-react-video-player", | ||
"description": "Standalone video player component", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,3 @@ "types": "dist/index.d.ts", | ||
"build:css:watch": "npx postcss src/styles/tailwind.css -o dist/styles/tailwind.css --watch && npx postcss src/components/Slider/style.css -o dist/components/Slider/style.css --watch && npx postcss src/components/VideoPlayerComponent/style/style.css -o dist/components/VideoPlayerComponent/style/style.css --watch", | ||
"build": "npm run build:css && tsc", | ||
"build": "svgr src/images --out-dir src/images && npm run build:css && tsc", | ||
"build:watch": "tsc --watch", | ||
@@ -17,0 +17,0 @@ "start": "concurrently \"npm run build:css:watch\" \"npm run build:watch\"", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112152