Skip to content

Commit 73bb9ee

Browse files
committed
heroku test
1 parent 728e149 commit 73bb9ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"url": "https://github.com/parkjs814/AlgorithmVisualizer/issues"
2121
},
2222
"homepage": "https://github.com/parkjs814/AlgorithmVisualizer#readme",
23-
"devDependencies": {
23+
"dependencies": {
24+
"rsvp": "^3.2.1"
2425
"babel-core": "^6.9.0",
2526
"babel-preset-es2015": "^6.9.0",
2627
"babelify": "^7.3.0",
@@ -38,9 +39,6 @@
3839
"vinyl-buffer": "^1.0.0",
3940
"vinyl-source-stream": "^1.1.0"
4041
},
41-
"dependencies": {
42-
"rsvp": "^3.2.1"
43-
},
4442
"scripts": {
4543
"start": "gulp"
4644
}

0 commit comments

Comments
 (0)