nuxt-maplibre-gl 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/package.json +4 -4
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-maplibre-gl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Nuxt module for vue3-maplibre-gl — auto-import components, composables, CSS, and SSR configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/danh121097/vue-maplibre-gl",
|
|
17
|
+
"url": "git+https://github.com/danh121097/vue-maplibre-gl.git",
|
|
18
18
|
"directory": "nuxt"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"scripts": {
|
|
46
46
|
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
|
|
47
47
|
"dev": "nuxi dev playground",
|
|
48
|
-
"build": "nuxt-module-build build",
|
|
49
|
-
"prepack": "
|
|
48
|
+
"build": "nuxt-module-build build --stub && nuxi prepare playground && nuxt-module-build build",
|
|
49
|
+
"prepack": "npm run build"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@nuxt/kit": "^3.15.0",
|