|
30 | 30 | "postngc:esm": "mkdir -p dist/ && cp -R .tmp/esm/src/* dist/ && rimraf src/**/*.ngfactory.ts", |
31 | 31 | "test": "karma start", |
32 | 32 | "test:watch": "karma start --no-single-run --auto-watch", |
33 | | - "ci": "npm run build && npm run test" |
| 33 | + "ci": "npm run build && npm run test", |
| 34 | + "docs:clean": "rimraf docs/public", |
| 35 | + "docs:hugo": "cd docs && hugo", |
| 36 | + "docs": "npm run docs:hugo && npm run apidocs:core", |
| 37 | + "apidocs:core": "compodoc -p tsconfig.json --name AgmCoreModule --output docs/public/api-docs/agm-core/ --disablePrivateOrInternalSupport --hideGenerator --disableCoverage" |
34 | 38 | }, |
35 | 39 | "author": "Sebastian Müller <info@sebastian-mueller.net>", |
36 | 40 | "license": "MIT", |
|
43 | 47 | "@angular/core": "^4.0.0 || ^2.0.0" |
44 | 48 | }, |
45 | 49 | "devDependencies": { |
46 | | - "@angular/common": "^4.0.0", |
47 | | - "@angular/core": "^4.0.0", |
48 | 50 | "@angular/animations": "^4.0.0", |
| 51 | + "@angular/common": "^4.0.0", |
49 | 52 | "@angular/compiler": "^4.0.0", |
50 | 53 | "@angular/compiler-cli": "^4.0.0", |
| 54 | + "@angular/core": "^4.0.0", |
51 | 55 | "@angular/platform-browser": "^4.0.0", |
52 | 56 | "@angular/platform-browser-dynamic": "^4.0.0", |
53 | 57 | "@angular/platform-server": "^4.0.0", |
54 | 58 | "@angular/tsc-wrapped": "4.0.0", |
| 59 | + "@compodoc/compodoc": "^1.0.0-beta.9", |
55 | 60 | "@ngtools/webpack": "1.3.0", |
56 | 61 | "@types/jasmine": "2.5.46", |
57 | 62 | "angular2-template-loader": "^0.6.2", |
|
0 commit comments