Skip to content

Commit 1c41a6f

Browse files
author
Vincent Ogloblinsky
committed
fix(app): event-stream dependency
fix #1
1 parent abac2fe commit 1c41a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
"node": ">=5.10.0"
3333
},
3434
"dependencies": {
35+
"compodoc": "^0.0.41",
36+
"event-stream": "^3.3.4",
3537
"gulp-util": "^3.0.7",
36-
"through2": "^2.0.1",
37-
"compodoc": "^0.0.41"
38+
"through2": "^2.0.1"
3839
},
3940
"devDependencies": {
4041
"gulp": "^3.9.1"

0 commit comments

Comments
 (0)