Skip to content

Commit c8a0295

Browse files
committed
[Chore] Avoid publish package-lock.json.meta to repositories
1 parent e417c30 commit c8a0295

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,5 @@ dist
299299
*.[pP]atch/*
300300
*.[pP]atches/*
301301

302-
node_modules.meta
302+
node_modules.meta
303+
package-lock.json.meta

Packages/com.benoitfreslon.vibration/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,5 @@ dist
295295
# Custom.gitignore
296296
# ---------------------
297297

298-
node_modules.meta
298+
node_modules.meta
299+
package-lock.json.meta

Packages/com.benoitfreslon.vibration/.npmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---------------------
2-
# "npm publish" ignore
2+
# "npm publish".npmignore
33
# ---------------------
44

55
# PS: By default, the package-lock.json is ignored
@@ -17,4 +17,8 @@ MobileProjects/*
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20-
.env.local
20+
.env.local
21+
22+
# Node npm files
23+
node_modules.meta
24+
package-lock.json.meta

Packages/com.benoitfreslon.vibration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Vibration",
55
"description": "Native free plugin for Unity for Android, iOS and WebGL. Use custom vibrations/haptics on mobile.",
66
"unity": "2019.3",
7-
"version": "0.1.5",
7+
"version": "0.1.6",
88
"keywords": [],
99
"devDependencies": {
1010
"cross-var": "^1.1.0",

0 commit comments

Comments
 (0)