Skip to content

Commit 4f20b12

Browse files
feat: add engines to package files
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent 58a587a commit 4f20b12

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
}
114114
],
115115
"license": "MIT",
116+
"engines": {
117+
"node": ">=18",
118+
"npm": ">=9"
119+
},
116120
"repository": {
117121
"type": "git",
118122
"url": "git@github.com:geospoc/v-mapbox.git"

0 commit comments

Comments
 (0)