Skip to content

Commit a739475

Browse files
author
Vincent Ogloblinsky
committed
Merge branch 'release/0.0.4'
2 parents 42f60f0 + fc2373e commit a739475

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="0.0.4"></a>
2+
## 0.0.4 (2017-03-21)
3+
4+
### Bug fixes
5+
6+
- event-stream dependency
7+
18
<a name="0.0.1"></a>
29
## 0.0.1 (2016-12-28)
310

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/gulp-compodoc",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Compodoc plugin for gulp",
55
"main": "index.js",
66
"scripts": {
@@ -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)