Skip to content

Commit 03760c3

Browse files
authored
Merge pull request algorithm-visualizer#177 from TornjV/fix
Move npm script
2 parents 359d117 + a132f77 commit 03760c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Algorithm Visualizer",
55
"main": "index.js",
66
"scripts": {
7+
"start": "gulp",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"repository": {
@@ -38,8 +39,5 @@
3839
"gulp-util": "^3.0.7",
3940
"vinyl-buffer": "^1.0.0",
4041
"vinyl-source-stream": "^1.1.0"
41-
},
42-
"scripts": {
43-
"start": "gulp"
4442
}
4543
}

0 commit comments

Comments
 (0)