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 a739475 + 6e127ee commit 87f3531Copy full SHA for 87f3531
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+<a name="0.0.5"></a>
2
+## 0.0.5 (2017-04-28)
3
+
4
+Move to @compodoc/compodoc
5
6
<a name="0.0.4"></a>
7
## 0.0.4 (2017-03-21)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@compodoc/gulp-compodoc",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "Compodoc plugin for gulp",
"main": "index.js",
"scripts": {
@@ -32,7 +32,7 @@
32
"node": ">=5.10.0"
33
},
34
"dependencies": {
35
- "compodoc": "^0.0.41",
+ "@compodoc/compodoc": "^1.0.0-beta.8",
36
"event-stream": "^3.3.4",
37
"gulp-util": "^3.0.7",
38
"through2": "^2.0.1"
0 commit comments