Skip to content

Commit

Permalink
0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mggower committed Sep 20, 2023
1 parent 256fb78 commit cb9394e
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.1",
"version": "0.7.0-rc.2",
"description": "High-performance network visualization library, rendering to WebGL as well as other targets",
"source": "src/index.ts",
"main": "./main.js",
Expand Down Expand Up @@ -68,7 +68,14 @@
"ts-loader": "^6.2.2",
"typescript": "^5.2.2"
},
"keywords": ["graph", "network", "infovis", "visualization", "react", "webgl"],
"keywords": [
"graph",
"network",
"infovis",
"visualization",
"react",
"webgl"
],
"peerDependencies": {
"react": ">=16.0"
},
Expand Down

0 comments on commit cb9394e

Please sign in to comment.