Skip to content

Commit

Permalink
chore(angular): Add @angular/devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Dec 3, 2018
1 parent f0fb033 commit 98e38bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
},
"license": "Apache-2.0",
"author": "IBM",
"dependencies": {
"@carbon/charts": "^0.7.11"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@carbon/charts": "^0.7.9"
"@angular/core": "^6.0.0"
},
"devDependencies": {
"@angular-devkit/core": "7.1.0",
"@angular/common": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/compiler-cli": "6.0.0",
Expand All @@ -46,7 +49,10 @@
"ngPackage": {
"lib": {
"entryFile": "src/charts.module.ts"
}
},
"whitelistedNonPeerDependencies": [
"@carbon/charts"
]
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/angular/src/bar-chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
} from "@angular/core";

import { BaseChart } from "./base-chart.component";

import { BarChart } from "@carbon/charts";

/**
Expand Down

0 comments on commit 98e38bb

Please sign in to comment.