Skip to content

Commit

Permalink
rename nemular to areyoufreebusy
Browse files Browse the repository at this point in the history
  • Loading branch information
prateikjaiswal committed Jun 18, 2024
1 parent e4d0c31 commit d3e483a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/framework/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/areyoufreebusy/nebular.git"
"url": "git+https://github.com/areyoufreebusy/areyoufreebusy.git"
},
"bugs": {
"url": "https://github.com/areyoufreebusy/nebular/issues"
"url": "https://github.com/areyoufreebusy/areyoufreebusy/issues"
},
"homepage": "https://github.com/areyoufreebusy/nebular#readme",
"homepage": "https://github.com/areyoufreebusy/areyoufreebusy#readme",
"keywords": [
"angular",
"typescript",
Expand Down
9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
"importHelpers": true,
"target": "ES2022",
"module": "es2020",
"lib": [
"es2018",
"dom"
],
"lib": ["es2018", "dom"],
"paths": {
"@nebular/*": [
"src/framework/*/public_api.ts"
]
"@areyoufreebusy/*": ["src/framework/*/public_api.ts"]
},
"useDefineForClassFields": false
},
Expand Down

0 comments on commit d3e483a

Please sign in to comment.