Skip to content

Commit

Permalink
Merge pull request #104 from sayari-analytics/tags/v0.7.0-rc.16
Browse files Browse the repository at this point in the history
0.7.0-rc.16
  • Loading branch information
mggower authored Apr 4, 2024
2 parents 03770af + ccc8121 commit d2e3df5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sayari/trellis",
"version": "0.7.0-rc.15",
"version": "0.7.0-rc.16",
"description": "High-performance network visualization library, rendering to WebGL as well as other targets",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -102,7 +102,14 @@
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"keywords": ["graph", "network", "infovis", "visualization", "react", "webgl"],
"keywords": [
"graph",
"network",
"infovis",
"visualization",
"react",
"webgl"
],
"peerDependencies": {
"react": ">=16.0"
},
Expand Down

0 comments on commit d2e3df5

Please sign in to comment.