Skip to content

Commit

Permalink
[Chore] Avoid publish package-lock.json.meta to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdeveloper committed Oct 15, 2023
1 parent e417c30 commit c8a0295
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,5 @@ dist
*.[pP]atch/*
*.[pP]atches/*

node_modules.meta
node_modules.meta
package-lock.json.meta
3 changes: 2 additions & 1 deletion Packages/com.benoitfreslon.vibration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,5 @@ dist
# Custom.gitignore
# ---------------------

node_modules.meta
node_modules.meta
package-lock.json.meta
8 changes: 6 additions & 2 deletions Packages/com.benoitfreslon.vibration/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---------------------
# "npm publish" ignore
# "npm publish".npmignore
# ---------------------

# PS: By default, the package-lock.json is ignored
Expand All @@ -17,4 +17,8 @@ MobileProjects/*
.env.development.local
.env.test.local
.env.production.local
.env.local
.env.local

# Node npm files
node_modules.meta
package-lock.json.meta
2 changes: 1 addition & 1 deletion Packages/com.benoitfreslon.vibration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Vibration",
"description": "Native free plugin for Unity for Android, iOS and WebGL. Use custom vibrations/haptics on mobile.",
"unity": "2019.3",
"version": "0.1.5",
"version": "0.1.6",
"keywords": [],
"devDependencies": {
"cross-var": "^1.1.0",
Expand Down

0 comments on commit c8a0295

Please sign in to comment.