提交 86ae97b3 编写于 作者: V Veljko Tornjanski 提交者: GitHub

Merge pull request #177 from TornjV/fix

Move npm script
...@@ -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"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册