Skip to content

Commit ec52acf

Browse files
committed
changed link again
1 parent 9de064d commit ec52acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algorithm-visualiser",
33
"version": "0.1.0",
4-
"homepage": "https://GaelGil/algorithm-visualizer/",
4+
"homepage": "https://gaelgil.github.io/algorithm-visualizer/",
55
"private": true,
66
"dependencies": {
77
"@testing-library/jest-dom": "^5.16.4",
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"predeploy": "npm run build",
20-
"deploy": "gh-pages -d build",
20+
"deploy": "gh-pages -d build",
2121
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
2222
"build": "react-scripts build",
2323
"test": "./node_modules/.bin/mocha ./src/sortingAlgorithms/tests/",

0 commit comments

Comments
 (0)