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.
2 parents 359d117 + a132f77 commit 03760c3Copy full SHA for 03760c3
package.json
@@ -4,6 +4,7 @@
4
"description": "Algorithm Visualizer",
5
"main": "index.js",
6
"scripts": {
7
+ "start": "gulp",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"repository": {
@@ -38,8 +39,5 @@
38
39
"gulp-util": "^3.0.7",
40
"vinyl-buffer": "^1.0.0",
41
"vinyl-source-stream": "^1.1.0"
- },
42
- "scripts": {
43
- "start": "gulp"
44
}
45
0 commit comments