Skip to content

Commit 203f776

Browse files
committed
fix dist files are not included in published package
1 parent f8b255d commit 203f776

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.npmignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
demo
12+
13+
# Editor directories and files
14+
.vscode/*
15+
!.vscode/extensions.json
16+
.idea
17+
*.suo
18+
*.ntvs*
19+
*.njsproj
20+
*.sln
21+
*.sw?
22+
23+
*.tsbuildinfo

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basitcodeenv/vue3-device-detect",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"private": false,
55
"description": "A device detector plugin of Vue 3",
66
"keywords": [

0 commit comments

Comments
 (0)