Skip to content

Commit 42f60f0

Browse files
author
Vincent Ogloblinsky
committed
Finish 0.0.3
2 parents bae250f + a225e43 commit 42f60f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p align="center">
55
<img src="https://avatars3.githubusercontent.com/u/23202313" alt="Compodoc: The missing documentation tool for your Angular application" width="226">
66
<br>
7-
<a href="https://www.npmjs.com/package/gulp-compodoc"><img src="https://badge.fury.io/js/gulp-compodoc.svg" alt="npm badge"></a>
7+
<a href="https://www.npmjs.com/package/@compodoc/gulp-compodoc"><img src="https://badge.fury.io/js/%40compodoc%2Fgulp-compodoc.svg" alt="npm badge"></a>
88
<a href="https://david-dm.org/compodoc/gulp-compodoc"><img src="https://david-dm.org/compodoc/gulp-compodoc.svg" alt="npm dependencies"></a>
99
<a href="https://david-dm.org/compodoc/gulp-compodoc?type=dev"><img src="https://david-dm.org/compodoc/gulp-compodoc/dev-status.svg" alt="npm devDependencies"></a>
1010
<a href="http://opensource.org/licenses/MIT"><img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT badge"></a>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/gulp-compodoc",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Compodoc plugin for gulp",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"gulp-util": "^3.0.7",
3636
"through2": "^2.0.1",
37-
"compodoc": "^0.0.24"
37+
"compodoc": "^0.0.41"
3838
},
3939
"devDependencies": {
4040
"gulp": "^3.9.1"

0 commit comments

Comments
 (0)