Some fixes
This commit is contained in:
+5
-5
@@ -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/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user