Some fixes

This commit is contained in:
hibna
2026-02-12 17:54:16 +03:00
parent f57ee77c56
commit 8a32c5c1b3
18 changed files with 997 additions and 135 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@alper/video-player",
"version": "0.1.15",
"name": "@source/player",
"version": "1.0.0",
"description": "Modern, feature-rich video player library for React",
"type": "module",
"main": "./dist/video-player.umd.cjs",
@@ -12,7 +12,7 @@
"import": "./dist/video-player.js",
"require": "./dist/video-player.umd.cjs"
},
"./styles.css": "./dist/video-player.css"
"./styles.css": "./dist/player.css"
},
"files": [
"dist"
@@ -77,9 +77,9 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitea.hibna.com.tr/hibna/video-player.git"
"url": "https://gits.hibna.com.tr/hibna/player"
},
"publishConfig": {
"registry": "https://gitea.hibna.com.tr/api/packages/hibna/npm/"
"registry": "https://gits.hibna.com.tr/api/packages/hibna/npm/"
}
}