File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22node_modules /
3- /dist /
43
54# local env files
65.env.local
Original file line number Diff line number Diff line change 1+ .DS_Store
2+ node_modules /
3+
4+ # local env files
5+ .env.local
6+ .env. * .local
7+
8+ # Log files
9+ npm-debug.log *
10+ yarn-debug.log *
11+ yarn-error.log *
12+
13+ # Editor directories and files
14+ .idea
15+ .vscode
16+ * .suo
17+ * .ntvs *
18+ * .njsproj
19+ * .sln
20+ * .sw *
Original file line number Diff line number Diff line change 11{
22 "name" : " @techassi/vue-youtube-iframe" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " This plugin makes it easy to integrate the YouTube Iframe API into your Vue app. This plugin is Vue V3 compatible." ,
55 "main" : " lib/vue-youtube-iframe.umd.js" ,
66 "module" : " lib/vue-youtube-iframe.esm.js" ,
1313 "url" : " git+https://github.com/Techassi/vue-youtube-iframe.git"
1414 },
1515 "files" : [
16- " lib"
16+ " / lib"
1717 ],
1818 "keywords" : [
1919 " vue" ,
You can’t perform that action at this time.
0 commit comments