Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Merge 4842f5b into 722931c
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Mar 1, 2019
2 parents 722931c + 4842f5b commit c9b1c52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
9 changes: 1 addition & 8 deletions generators/app/templates/brick/package-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
"peerDependencies": {
"@angular/common": "7.1.4",
"@angular/core": "7.1.4",
"@angular/forms": "7.1.4",
"@angular/platform-browser": "7.1.4",
"@angular/router": "7.1.4",
"@easyops/console-plugin-core": "^5.0.0",
"@easyops/console-vendors": "^12.0.0",
"@uirouter/angular": "2.0.0",
"@uirouter/core": "5.0.19",
"rxjs": "^6.4.0",
"zone.js": "~0.8.26"
"@easyops/console-vendors": "^12.0.0"
}
}
3 changes: 1 addition & 2 deletions generators/app/templates/library/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
},
"peerDependencies": {
"@angular/common": "7.1.4",
"@angular/core": "7.1.4",
"@easyops/console-plugin-core": "^5.0.0"
"@angular/core": "7.1.4"
},
"module": "dist/fesm5/<%= flattenModuleId %>.js",
"es2015": "dist/fesm2015/<%= flattenModuleId %>.js",
Expand Down
2 changes: 0 additions & 2 deletions generators/app/templates/library/src/index.module.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
import { Extension } from "@easyops/console-plugin-core";
import { <%= componentClassName %> } from "./components/<%= componentName %>.component";

@Extension("<%= scope %>/<%= packageName %>")
@NgModule({
imports: [CommonModule],
declarations: [
Expand Down
7 changes: 1 addition & 6 deletions generators/app/templates/plugin/package-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@
"peerDependencies": {
"@angular/common": "7.1.4",
"@angular/core": "7.1.4",
"@angular/forms": "7.1.4",
"@angular/platform-browser": "7.1.4",
"@angular/router": "7.1.4",
"@easyops/console-plugin-core": "^5.0.0",
"@easyops/console-vendors": "^12.0.0",
"@uirouter/angular": "2.0.0",
"@uirouter/core": "5.0.19",
"rxjs": "^6.4.0",
"zone.js": "~0.8.26"
"@uirouter/core": "5.0.19"
},
"dependencies": {
"@easyops/console-schema": "latest"
Expand Down

0 comments on commit c9b1c52

Please sign in to comment.