1 parent 728e149 commit 73bb9eeCopy full SHA for 73bb9ee
1 file changed
package.json
@@ -20,7 +20,8 @@
20
"url": "https://github.com/parkjs814/AlgorithmVisualizer/issues"
21
},
22
"homepage": "https://github.com/parkjs814/AlgorithmVisualizer#readme",
23
- "devDependencies": {
+ "dependencies": {
24
+ "rsvp": "^3.2.1"
25
"babel-core": "^6.9.0",
26
"babel-preset-es2015": "^6.9.0",
27
"babelify": "^7.3.0",
@@ -38,9 +39,6 @@
38
39
"vinyl-buffer": "^1.0.0",
40
"vinyl-source-stream": "^1.1.0"
41
- "dependencies": {
42
- "rsvp": "^3.2.1"
43
- },
44
"scripts": {
45
"start": "gulp"
46
}
0 commit comments