diff --git a/package.json b/package.json index 79f4825cc421432dd4bfb20c706807bf7866af0a..a5bf09a73a92c0c74cdf439d0cff30d48e6d21a3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Algorithm Visualizer", "main": "index.js", "scripts": { + "start": "gulp", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -38,8 +39,5 @@ "gulp-util": "^3.0.7", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" - }, - "scripts": { - "start": "gulp" } }