Skip to content

Commit e114e80

Browse files
author
otakodes
committed
📦 change package name
1 parent 72aaa0d commit e114e80

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
2-
"name": "vue-youtube-iframe-api",
2+
"name": "@maisonfutari/vue-youtube-iframe-api",
33
"version": "0.2.0",
44
"main": "src/main.js",
55
"license": "MIT",
66
"description": "Vue JS component wrapping a Youtube Video Player with the Youtube Iframe API",
77
"author": "darkylmnx",
88
"scripts": {
99
"build": "parcel build ./src/main.js --no-cache --global=Vytia"
10-
}
10+
},
11+
"dependencies": {},
12+
"devDependencies": {},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/darkylmnx/vue-youtube-iframe-api.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/darkylmnx/vue-youtube-iframe-api/issues"
19+
},
20+
"homepage": "https://github.com/darkylmnx/vue-youtube-iframe-api#readme"
1121
}

0 commit comments

Comments
 (0)