Skip to content

Commit

Permalink
0.6.1-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mggower committed Sep 29, 2023
1 parent 94b8ed7 commit cdc1cba
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": "v0.6.0",
"version": "0.6.1-rc.0",
"description": "High-performance network visualization library, rendering to WebGL as well as other targets",
"source": "src/index.ts",
"main": "./index.js",
Expand Down Expand Up @@ -82,7 +82,14 @@
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"keywords": ["graph", "network", "infovis", "visualization", "react", "webgl"],
"keywords": [
"graph",
"network",
"infovis",
"visualization",
"react",
"webgl"
],
"peerDependencies": {
"react": ">=16.0"
},
Expand Down

0 comments on commit cdc1cba

Please sign in to comment.