Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ $ npm start
# api document for the app
# npm run build.docs

#generate api documentation
$ npm run compodoc
$ npm serve.compodoc


# to start deving with livereload site and coverage as well as continuous testing
$ npm run start.deving

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"tslint": "^3.15.1",
"typescript": "^2.0.3",
"walk": "^2.3.9",
"yargs": "^6.0.0"
"yargs": "^6.0.0",
"minimatch": "^3.0.3"
},
"dependencies": {
"@angular/common": "~2.2.0",
Expand All @@ -133,9 +134,8 @@
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"core-js": "^2.4.1",
"intl": "^1.2.5",
"minimatch": "^3.0.3",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.40",
Expand Down