@rpan93/ron-lib 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpan93/ron-lib",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.1.0",
6
6
  "@angular/core": "^13.1.0",
@@ -10,7 +10,6 @@
10
10
  "tslib": "^2.3.0"
11
11
  },
12
12
  "devDependencies": {
13
- "@ionic/angular": "^6.0.2",
14
- "chart.js": "^3.7.0"
13
+ "@ionic/angular": "^6.0.2"
15
14
  }
16
15
  }
@@ -10,6 +10,7 @@ export class CustomCardComponent implements OnInit {
10
10
  title!: string;
11
11
  @Input()
12
12
  content!: string;
13
+
13
14
  constructor() { }
14
15
 
15
16
  ngOnInit(): void {