@radiofrance/svelte-leaflet 0.1.0-alpha.18 → 0.1.0-alpha.19
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radiofrance/svelte-leaflet",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.19",
|
|
4
4
|
"description": "A library that wraps leaflet classes in domless/renderless svelte components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"dev": "vite dev",
|
|
22
|
-
"build": "vite build && npm
|
|
22
|
+
"build": "vite build && npm package",
|
|
23
23
|
"preview": "vite preview",
|
|
24
24
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
25
25
|
"prepublishOnly": "npm run package",
|
|
26
|
-
"test": "npm run
|
|
26
|
+
"test": "npm run check && npm run test:unit",
|
|
27
27
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
28
28
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
29
29
|
"lint": "prettier --check . && eslint .",
|