Skip to content

Commit b30deca

Browse files
Merge pull request soal#6 from geospoc/fix/package-scope-issue
chore(deps): update lockfile with correct scope
2 parents f5fa654 + 06fd64c commit b30deca

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@gesopoc/v-mapbox-geocoder",
2+
"name": "@geospoc/v-mapbox-geocoder",
33
"version": "0.1.0",
44
"description": "Geocoder plugin for VueMapbox",
55
"repository": {
@@ -18,6 +18,9 @@
1818
"url": "https://vinayakkulkarni.dev"
1919
}
2020
],
21+
"publishConfig": {
22+
"registry": "https://npm.pkg.github.com"
23+
},
2124
"license": "MIT",
2225
"private": false,
2326
"main": "dist/v-mapbox-geocoder.cjs.js",
@@ -28,9 +31,6 @@
2831
"files": [
2932
"dist"
3033
],
31-
"publishConfig": {
32-
"registry": "https://npm.pkg.github.com"
33-
},
3434
"scripts": {
3535
"build": "npm run bundle && npm run bundle:min",
3636
"bundle": "rollup -c build/rollup.config.js",
@@ -80,6 +80,9 @@
8080
"mapbox-gl",
8181
"mapbox-gl-geocoder"
8282
],
83+
"engines": {
84+
"node": ">=10.20.0"
85+
},
8386
"bugs": {
8487
"url": "https://github.com/geospoc/v-mapbox-geocoder/issues"
8588
},

0 commit comments

Comments
 (0)