Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
renamed dependency to react-ftm
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacks committed Jun 15, 2020
1 parent 90e6730 commit fd4cfb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit fd4cfb9

Please sign in to comment.