Skip to content

Commit f43a226

Browse files
committed
fix(angular-jss): dependencies
1 parent 9e39e84 commit f43a226

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

libs/angular-jss/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
"url": "https://github.com/design4pro/angular-jss/issues/"
2323
},
2424
"homepage": "https://github.com/design4pro/angular-jss#readme",
25-
"dependencies": {
25+
"peerDependencies": {
2626
"@angular/common": "^13.2.0",
27-
"@angular/core": "^13.2.0",
27+
"@angular/core": "^13.2.0"
28+
},
29+
"dependencies": {
2830
"jss": "^10.9.0",
2931
"jss-plugin-camel-case": "^10.9.0",
3032
"jss-plugin-global": "^10.9.0",

0 commit comments

Comments
 (0)