Merge pull request #177 from TornjV/fix
Move npm script
Showing
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"description": "Algorithm Visualizer", | "description": "Algorithm Visualizer", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"start": "gulp", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -38,8 +39,5 @@ | ... | @@ -38,8 +39,5 @@ |
"gulp-util": "^3.0.7", | "gulp-util": "^3.0.7", | ||
"vinyl-buffer": "^1.0.0", | "vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0" | "vinyl-source-stream": "^1.1.0" | ||
}, | |||
"scripts": { | |||
"start": "gulp" | |||
} | } | ||
} | } |
想要评论请 注册 或 登录