Skip to content

Commit e5beea2

Browse files
committed
build(package): hoist the rest of the package.json, AGAIN after merge
1 parent a116cf5 commit e5beea2

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626
"ng-packagr": "^3.0.3",
2727
"protractor": "~5.4.0",
2828
"ts-node": "~7.0.0",
29-
"tsickle": "^0.31.0",
30-
"tslib": "^1.7.1",
3129
"tslint": "~5.11.0",
3230
"tsickle": "^0.31.0",
3331
"typescript": "~2.7.2",
3432
"tslib": "^1.9.0",
35-
"tslint": "~5.11.0",
3633
"@compodoc/compodoc": "^1.1.3",
3734
"rimraf": "*"
3835
},

packages/angular-skyhook-card-list/package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,6 @@
4141
},
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@angular/cli": "6.0.8",
45-
"@angular/common": "^6.0.4",
46-
"@angular/compiler": "^6.0.4",
47-
"@angular/compiler-cli": "^6.0.4",
48-
"@angular/core": "^6.0.4",
49-
"@angular/language-service": "^6.0.4",
50-
"angular-skyhook": "^1.0.9",
51-
"glob": "^7.1.2",
52-
"ng-packagr": "^3.0.1",
53-
"path": "^0.12.7",
54-
"rimraf": "*",
55-
"rxjs": "^6.2.0",
56-
"tsickle": "^0.30.0",
57-
"tslib": "^1.9.0",
58-
"tslint": "~5.10.0",
59-
"typescript": "2.7.2",
60-
"zone.js": "^0.8.26"
44+
"angular-skyhook": "^1.0.9"
6145
}
6246
}

packages/angular-skyhook-multi-backend/package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,6 @@
5252
},
5353
"license": "MIT",
5454
"devDependencies": {
55-
"@angular/cli": "6.0.8",
56-
"@angular/compiler": "^6.0.4",
57-
"@angular/compiler-cli": "^6.0.4",
58-
"@angular/core": "^6.0.4",
59-
"@angular/language-service": "^6.0.4",
60-
"@compodoc/compodoc": "^1.1.3",
61-
"angular-skyhook": "^1.0.9",
62-
"glob": "^7.1.2",
63-
"ng-packagr": "^3.0.1",
64-
"path": "^0.12.7",
65-
"rimraf": "*",
66-
"rxjs": "^6.2.0",
67-
"tsickle": "^0.30.0",
68-
"tslib": "^1.9.0",
69-
"tslint": "~5.10.0",
70-
"typescript": "~2.7.2",
71-
"zone.js": "^0.8.26"
55+
"angular-skyhook": "^1.0.9"
7256
}
7357
}

0 commit comments

Comments
 (0)