File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ From the root of your library directory, run:
121
121
``` bash
122
122
$ npm run build:docs
123
123
```
124
- This will generate a ` docs ` directory with all documentation of your library
124
+ This will generate a ` docs ` directory with all documentation of your library.
125
125
126
126
## Publishing your library to NPM
127
127
@@ -361,6 +361,11 @@ MIT © [Jurgen Van de Moere](http://www.jvandemo.com)
361
361
362
362
## Change log
363
363
364
+ ### v9.1.0
365
+
366
+ - Added compodoc for generating documentation ([ #76 ] ( https://github.com/jvandemo/generator-angular2-library/pull/76 ) )
367
+ - Removed comments from TypeScript config files to allow JSON validity checks
368
+
364
369
### v9.0.0
365
370
366
371
- Added Gulp for support on Mac, Linux and Windows (Credits to [ Carlos Roso] ( https://github.com/caroso1222 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-angular2-library" ,
3
- "version" : " 9.0 .0" ,
3
+ "version" : " 9.1 .0" ,
4
4
"description" : " Generator to create an Angular 2 library" ,
5
5
"homepage" : " https://github.com/jvandemo/generator-angular2-library" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments