heroku test
Showing
... | @@ -20,7 +20,8 @@ | ... | @@ -20,7 +20,8 @@ |
"url": "https://github.com/parkjs814/AlgorithmVisualizer/issues" | "url": "https://github.com/parkjs814/AlgorithmVisualizer/issues" | ||
}, | }, | ||
"homepage": "https://github.com/parkjs814/AlgorithmVisualizer#readme", | "homepage": "https://github.com/parkjs814/AlgorithmVisualizer#readme", | ||
"devDependencies": { | "dependencies": { | ||
"rsvp": "^3.2.1" | |||
"babel-core": "^6.9.0", | "babel-core": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | "babel-preset-es2015": "^6.9.0", | ||
"babelify": "^7.3.0", | "babelify": "^7.3.0", | ||
... | @@ -38,9 +39,6 @@ | ... | @@ -38,9 +39,6 @@ |
"vinyl-buffer": "^1.0.0", | "vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0" | "vinyl-source-stream": "^1.1.0" | ||
}, | }, | ||
"dependencies": { | |||
"rsvp": "^3.2.1" | |||
}, | |||
"scripts": { | "scripts": { | ||
"start": "gulp" | "start": "gulp" | ||
} | } | ||
... | ... |
想要评论请 注册 或 登录