Skip to content

Commit 7502e49

Browse files
committed
fixed face_founder_demo
1 parent a3354eb commit 7502e49

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

face_founder_demo/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@exadel/compreface-js-sdk": "^0.5.2",
6+
"@exadel/compreface-js-sdk": "^0.6.0",
77
"@testing-library/jest-dom": "^5.11.4",
88
"@testing-library/react": "^11.1.0",
99
"@testing-library/user-event": "^12.1.10",
1010
"bootstrap": "^4.6.0",
11-
"compreface-javascript-sdk": "^2.3.2",
12-
"compreface-sdk": "^1.2.0",
1311
"react": "^17.0.2",
1412
"react-bootstrap": "^1.6.1",
1513
"react-confirm-alert": "^2.7.0",

face_founder_demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CompreFace } from 'compreface-sdk';
1+
import { CompreFace } from '@exadel/compreface-js-sdk';
22
import './custom.css';
33
import { useState, useRef } from 'react';
44
import { Container, Row, Form, Col, Button, ProgressBar, Spinner } from 'react-bootstrap';

0 commit comments

Comments
 (0)