|
29 | 29 | },
|
30 | 30 | "private": true,
|
31 | 31 | "scripts": {
|
32 |
| - "start": "gulp build", |
| 32 | + "build": "gulp build", |
33 | 33 | "test": " gulp test",
|
34 | 34 | "demo": " gulp build:demo",
|
35 | 35 | "check-travis": " travis-status --repo=angular-material-extensions/faq --branch=master --fail-pending || echo 'Not yet passing'"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/animations": "^6.0.4", |
| 38 | + "@angular/animations": "^6.0.5", |
39 | 39 | "@angular/cdk": "^6.2.1",
|
40 |
| - "@angular/common": "^6.0.4", |
41 |
| - "@angular/core": "^6.0.4", |
| 40 | + "@angular/common": "^6.0.5", |
| 41 | + "@angular/core": "^6.0.5", |
42 | 42 | "@angular/flex-layout": "^6.0.0-beta.16",
|
43 |
| - "@angular/forms": "^6.0.4", |
| 43 | + "@angular/forms": "^6.0.5", |
44 | 44 | "@angular/material": "^6.2.1"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@angular/animations": "6.0.4", |
48 |
| - "@angular/compiler": "6.0.4", |
49 |
| - "@angular/compiler-cli": "6.0.4", |
50 |
| - "@angular/language-service": "^6.0.4", |
51 |
| - "@angular/platform-browser": "6.0.4", |
52 |
| - "@angular/platform-browser-dynamic": "6.0.4", |
53 |
| - "@angular/platform-server": "6.0.4", |
| 47 | + "@angular/animations": "6.0.5", |
| 48 | + "@angular/compiler": "6.0.5", |
| 49 | + "@angular/compiler-cli": "6.0.5", |
| 50 | + "@angular/language-service": "^6.0.5", |
| 51 | + "@angular/platform-browser": "6.0.5", |
| 52 | + "@angular/platform-browser-dynamic": "6.0.5", |
| 53 | + "@angular/platform-server": "6.0.5", |
54 | 54 | "@compodoc/gulp-compodoc": "0.0.9",
|
55 | 55 | "@types/jest": "23.0.0",
|
56 | 56 | "@types/lodash": "^4.14.109",
|
|
0 commit comments