Skip to content

Commit ff112a5

Browse files
committed
Update package.json
1 parent 36fdb84 commit ff112a5

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules/
3-
/dist/
43

54
# local env files
65
.env.local

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/Techassi/vue-youtube-iframe.git"
1414
},
1515
"files": [
16-
"lib"
16+
"/lib"
1717
],
1818
"keywords": [
1919
"vue",

0 commit comments

Comments
 (0)