We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e39e84 commit f43a226Copy full SHA for f43a226
1 file changed
libs/angular-jss/package.json
@@ -22,9 +22,11 @@
22
"url": "https://github.com/design4pro/angular-jss/issues/"
23
},
24
"homepage": "https://github.com/design4pro/angular-jss#readme",
25
- "dependencies": {
+ "peerDependencies": {
26
"@angular/common": "^13.2.0",
27
- "@angular/core": "^13.2.0",
+ "@angular/core": "^13.2.0"
28
+ },
29
+ "dependencies": {
30
"jss": "^10.9.0",
31
"jss-plugin-camel-case": "^10.9.0",
32
"jss-plugin-global": "^10.9.0",
0 commit comments