Skip to content

Commit dfa170b

Browse files
Update package.json
Demo app requires the zingchart-angular dependency. Without this, the "deploy" github action will build app without this dependency and not render the charts. The `src/app/` components make references to this dependencies.
1 parent 5a84fba commit dfa170b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.6.1",
2828
"zingchart": "latest",
29+
"zingchart-angular": "^2.0.0",
2930
"zingchart-constants": "github:zingchart/zingchart-constants#master",
3031
"zone.js": "~0.13.1"
3132
},

0 commit comments

Comments
 (0)