Skip to content

Commit

Permalink
ci: revert reference type from 'file' to 'link'
Browse files Browse the repository at this point in the history
  • Loading branch information
sshelomentsev committed Apr 5, 2022
1 parent 1ccbbc8 commit 4c88b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-react": "file:../../",
"@fingerprintjs/fingerprintjs-pro-react": "link:../../",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
Expand All @@ -12,8 +12,8 @@
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"typescript": "^4.4.2"
Expand Down

0 comments on commit 4c88b15

Please sign in to comment.