We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42f60f0 + fc2373e commit a739475Copy full SHA for a739475
CHANGELOG.md
@@ -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
8
<a name="0.0.1"></a>
9
## 0.0.1 (2016-12-28)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@compodoc/gulp-compodoc",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "Compodoc plugin for gulp",
"main": "index.js",
"scripts": {
@@ -32,9 +32,10 @@
32
"node": ">=5.10.0"
33
},
34
"dependencies": {
35
+ "compodoc": "^0.0.41",
36
+ "event-stream": "^3.3.4",
37
"gulp-util": "^3.0.7",
- "through2": "^2.0.1",
- "compodoc": "^0.0.41"
38
+ "through2": "^2.0.1"
39
40
"devDependencies": {
41
"gulp": "^3.9.1"
0 commit comments