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 80191f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
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 80191f3

Please sign in to comment.