Skip to content

Commit 4c36681

Browse files
committed
Merge branch 'master' into develop
2 parents 23630fb + bae250f commit 4c36681

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
<p align="center">The missing documentation tool for your Angular application</p>
1414

1515
<p align="center">
16-
<img src="https://raw.githubusercontent.com/groupe-sii/compodoc/master/screenshots/main-view.png" alt="Compodoc: The missing documentation tool for your Angular application">
16+
<img src="https://raw.githubusercontent.com/compodoc/compodoc/master/screenshots/main-view.png" alt="Compodoc: The missing documentation tool for your Angular application">
1717
</p>
1818

1919
## Install
2020

2121
```
22-
$ npm install --save-dev gulp-compodoc
22+
$ npm install --save-dev @compodoc/gulp-compodoc
2323
```
2424

2525
## Usage
2626

2727
```js
2828
const gulp = require('gulp'),
29-
compodoc= require('gulp-compodoc');
29+
compodoc= require('@compodoc/gulp-compodoc');
3030

3131
gulp.task('default', () => {
3232
return gulp.src('src/**/*.ts')

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "gulp-compodoc",
3-
"version": "0.0.1",
2+
"name": "@compodoc/gulp-compodoc",
3+
"version": "0.0.2",
44
"description": "Compodoc plugin for gulp",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)