We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04956e commit 046002aCopy full SHA for 046002a
package.json
@@ -27,9 +27,6 @@
27
"copyToDist:license": "ncp ./LICENSE.md ./dist/ngx-material-entity/LICENSE.md"
28
},
29
"private": true,
30
- "repository": {
31
- "url": "https://github.com/Service-Soft/ngx-material-entity"
32
- },
33
"dependencies": {
34
"@angular/animations": "~20.2.1",
35
"@angular/cdk": "^20.2.0",
projects/ngx-material-entity/package.json
@@ -8,6 +8,9 @@
8
"crud",
9
"entity"
10
],
11
+ "repository": {
12
+ "url": "https://github.com/Service-Soft/ngx-material-entity"
13
+ },
14
"peerDependencies": {
15
"@angular/animations": "20",
16
"@angular/cdk": "20",
0 commit comments