Skip to content

Commit

Permalink
pull examples back into workspace, unify @angular/core version constr…
Browse files Browse the repository at this point in the history
…aint
  • Loading branch information
cormacrelf committed Jun 17, 2018
1 parent 9c7ab67 commit 3f90ada
Show file tree
Hide file tree
Showing 5 changed files with 3,774 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"workspaces": [
"packages/*skyhook*",
"examples"
"packages/examples"
]
}
4 changes: 2 additions & 2 deletions packages/angular-skyhook-card-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@angular/cli": "6.0.8",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "6.0.4",
"@angular/common": "6.0.4",
"@angular/core": "^6.0.4",
"@angular/common": "^6.0.4",
"@angular/language-service": "^6.0.4",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-skyhook-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@angular/cli": "6.0.8",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "6.0.4",
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
Expand All @@ -68,4 +68,4 @@
"typescript": "~2.7.2",
"zone.js": "^0.8.26"
}
}
}
4 changes: 2 additions & 2 deletions packages/angular-skyhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/cli": "6.0.8",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "6.0.4",
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
Expand All @@ -63,4 +63,4 @@
"typescript": "~2.7.2",
"zone.js": "^0.8.26"
}
}
}
Loading

0 comments on commit 3f90ada

Please sign in to comment.