Skip to content

Commit 5448b6d

Browse files
sairanjitKambleSahil3
authored andcommitted
chore: remove unused modules (#1163)
Signed-off-by: Sahil Kamble <[email protected]>
1 parent fb74164 commit 5448b6d

10 files changed

+0
-140
lines changed

libs/entities/base.number.entity.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

libs/entities/base.system.entity.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

libs/push-notifications/src/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

libs/push-notifications/src/push-notifications.module.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/push-notifications/src/push-notifications.service.spec.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

libs/push-notifications/src/push-notifications.service.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

libs/push-notifications/tsconfig.lib.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

nest-cli.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@
4444
"tsConfigPath": "libs/common/tsconfig.lib.json"
4545
}
4646
},
47-
"push-notifications": {
48-
"type": "library",
49-
"root": "libs/push-notifications",
50-
"entryFile": "index",
51-
"sourceRoot": "libs/push-notifications/src",
52-
"compilerOptions": {
53-
"tsConfigPath": "libs/push-notifications/tsconfig.lib.json"
54-
}
55-
},
5647
"keycloak-url": {
5748
"type": "library",
5849
"root": "libs/keycloak-url",

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@
170170
"@credebl/responses": "<rootDir>/libs/responses/src",
171171
"@credebl/common/(.*)": "<rootDir>/libs/common/src/$1",
172172
"@credebl/common": "<rootDir>/libs/common/src",
173-
"@credebl/push-notifications/(.*)": "<rootDir>/libs/push-notifications/src/$1",
174-
"@credebl/push-notifications": "<rootDir>/libs/push-notifications/src",
175173
"@credebl/keycloak-url/(.*)": "<rootDir>/libs/keycloak-url/src/$1",
176174
"@credebl/keycloak-url": "<rootDir>/libs/keycloak-url/src",
177175
"@credebl/client-registration/(.*)": "<rootDir>/libs/client-registration/src/$1",

tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"@credebl/common/*": [
1515
"libs/common/src/*"
1616
],
17-
"@credebl/push-notifications": [
18-
"libs/push-notifications/src"
19-
],
20-
"@credebl/push-notifications/*": [
21-
"libs/push-notifications/src/*"
22-
],
2317
"@credebl/keycloak-url": [
2418
"libs/keycloak-url/src"
2519
],

0 commit comments

Comments
 (0)