We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de064d commit ec52acfCopy full SHA for ec52acf
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "algorithm-visualiser",
3
"version": "0.1.0",
4
- "homepage": "https://GaelGil/algorithm-visualizer/",
+ "homepage": "https://gaelgil.github.io/algorithm-visualizer/",
5
"private": true,
6
"dependencies": {
7
"@testing-library/jest-dom": "^5.16.4",
@@ -17,7 +17,7 @@
17
},
18
"scripts": {
19
"predeploy": "npm run build",
20
- "deploy": "gh-pages -d build",
+ "deploy": "gh-pages -d build",
21
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
22
"build": "react-scripts build",
23
"test": "./node_modules/.bin/mocha ./src/sortingAlgorithms/tests/",
0 commit comments