Skip to content

Commit

Permalink
Merge pull request #72 from sayari-analytics/feature/v0.7.0.rc.0
Browse files Browse the repository at this point in the history
tag: 0.7.0-rc.0
  • Loading branch information
mggower authored Sep 14, 2023
2 parents aca97d0 + 665e2f2 commit 8d29189
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@sayari/trellis",
"version": "0.6.0",
"version": "0.7.0-rc.0",
"description": "High-performance network visualization library, rendering to WebGL as well as other targets",
"source": "src/index.ts",
"main": "./dist/main.js",
"module": "./dist/module.js",
"types": "./dist/types.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf dist && rm -rf .parcel-cache",
"format": "prettier . --write",
Expand Down Expand Up @@ -68,7 +70,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 8d29189

Please sign in to comment.