diff --git a/Makefile b/Makefile index 86458f6..b87233c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ MAKEFLAGS += -j2 install: - npm install && npm link @alephdata/vislib + npm install && npm link @alephdata/react-ftm link: - npm link @alephdata/vislib + npm link @alephdata/react-ftm clean: rm -rf node_modules dist build diff --git a/package-lock.json b/package-lock.json index 84bb5b2..2cb594b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "integrity": "sha512-GLyWIFBbGvpKPGo55JyRZAo4lVbnBiD52cKlw/0Vt+wnmKvWJkpZvsjVoaIolyBXDeAQKSicRtqFNPem9w0WYA==", "dev": true }, - "@alephdata/vislib": { + "@alephdata/react-ftm": { "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@alephdata/vislib/-/vislib-1.9.1.tgz", - "integrity": "sha512-UwQ4Ixd5w8OZ+LtDaQcqM+WTflLsm3C/UO3EutptdlHw1PCtlK6ttm6HQ8NkwF3Z0b0pleMvO1FDwIlh1JytrQ==", + "resolved": "https://registry.npmjs.org/@alephdata/react-ftm/-/react-ftm-1.9.1.tgz", + "integrity": "sha512-vQt/g/38L+xs/JWIhKUDmRMdhuuH1tBsqHzRtglCPlDJaqtfjgCdd47JJvD5GUDZteB6Bi+9fXSnkyr7m9mbJw==", "dev": true, "requires": { "d3-force": "2.0.1", diff --git a/package.json b/package.json index 6e6abb6..05aefc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alephdata/datadesktop", "version": "1.9.1", - "description": "desktop application for vislib", + "description": "Desktop graph visualization application", "repository": { "type": "git", "url": "git+https://github.com/alephdata/datadesktop.git" @@ -84,7 +84,7 @@ ] }, "devDependencies": { - "@alephdata/vislib": "1.9.1", + "@alephdata/react-ftm": "1.9.1", "@blueprintjs/core": "^3.20.0", "@blueprintjs/select": "^3.11.2", "@blueprintjs/table": "^3.8.2", diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index 906645d..8216994 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { EntityManager, GraphConfig, GraphLayout, GraphLogo, Viewport, VisGraph } from '@alephdata/vislib'; +import { EntityManager, GraphConfig, GraphLayout, GraphLogo, Viewport, VisGraph } from '@alephdata/react-ftm'; import logoBase64 from './static/logoBase64'; const logo = new GraphLogo({