@local-logic/maps 0.0.3 → 0.0.4
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/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@local-logic/maps",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "This is a maps implementation allowing for the display of Local Logic data on a map.",
|
|
5
5
|
"author": "Local Logic",
|
|
6
6
|
"license": "ISC",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"dev": "vite",
|
|
16
16
|
"build": "vite build",
|
|
17
|
+
"build:storybook": "storybook build",
|
|
17
18
|
"test": "vitest run",
|
|
18
19
|
"stats": "STATS=1 vite build",
|
|
19
20
|
"size": "yarn run build && size-limit",
|
|
20
21
|
"lint": "TIMING=1 eslint --ext .js,.jsx,.ts,.tsx .",
|
|
21
22
|
"check-types": "tsc --project ./tsconfig.json --noEmit",
|
|
22
23
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
23
|
-
"storybook
|
|
24
|
-
"storybook:build": "storybook build"
|
|
24
|
+
"storybook": "storybook dev -p 6006"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=18",
|