Skip to content

Commit 4b97e54

Browse files
committed
Change package.json so that it works with github registry
1 parent 1476259 commit 4b97e54

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "mediaelement-plugins",
2+
"name": "@A-VISION-BV/mediaelement-plugins",
33
"version": "4.0.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/mediaelement/mediaelement-plugins.git"
6+
"url": "https://github.com/A-VISION-BV/mediaelement-plugins.git"
77
},
88
"bugs": {
9-
"url": "https://github.com/mediaelement/mediaelement-plugins/issues"
9+
"url": "https://github.com/A-VISION-BV/mediaelement-plugins/issues"
10+
},
11+
"publishConfig": {
12+
"@A-VISION-BV:registry": "https://npm.pkg.github.com"
1013
},
1114
"private": false,
1215
"devDependencies": {

0 commit comments

Comments
 (0)