You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Gephi Lite source code is distributed under the [GNU General Public License v3](
16
16
17
17
The codebase is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo):
18
18
19
-
-**[packages/gephi-lite](packages/gephi-lite)** contains core Gephi Lite types and utils
20
-
-**[packages/sdk](packages/sdk) ([`@gephi/gephi-lite` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite))** contains core Gephi Lite types and utils
21
-
-**[packages/broadcast](packages/broadcast) ([`@gephi/gephi-lite-sdk` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite-sdk))** exports TypeScript helpers to control a Gephi Lite instance in another tab or frame, from other web application
19
+
-**[packages/gephi-lite](packages/gephi-lite)** contains Gephi Lite application code
20
+
-**[packages/sdk](packages/sdk) ([`@gephi/gephi-lite-sdk` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite))** contains core Gephi Lite types and utils
21
+
-**[packages/broadcast](packages/broadcast) ([`@gephi/gephi-lite-broadcast` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite-sdk))** exports TypeScript helpers to control a Gephi Lite instance in another tab or frame, from other web application
0 commit comments