@graphty/graphty-element 1.0.3 → 1.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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphty/graphty-element",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A Web Component library for 3D/2D graph visualization built with Lit and Babylon.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/graphty.umd.cjs",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"LICENSE"
|
|
24
24
|
],
|
|
25
25
|
"publishConfig": {
|
|
26
|
-
"access": "public"
|
|
26
|
+
"access": "public",
|
|
27
|
+
"provenance": true
|
|
27
28
|
},
|
|
28
29
|
"keywords": [
|
|
29
30
|
"graph",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"chromatic": "npx chromatic",
|
|
65
66
|
"prepare": "husky",
|
|
66
67
|
"postinstall": "playwright install",
|
|
67
|
-
"build-storybook": "
|
|
68
|
+
"build-storybook": "storybook build",
|
|
68
69
|
"ready:commit": "npm run build && npm run lint && npm run test:all",
|
|
69
70
|
"merge:upstream": "git pull origin master --no-rebase"
|
|
70
71
|
},
|