Skip to content

Commit

Permalink
Update package.json and file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Jan 29, 2024
1 parent 2c4c4c2 commit 117a2d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@big-whale-labs/bwl-eslint-backend": "^1.0.5",
"@big-whale-labs/prettier-config": "^1.1.3",
"@rushstack/eslint-patch": "^1.7.2",
"@types/module-alias": "^2",
"@types/node": "^20.11.10",
"@types/node-persist": "^3.1.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down
6 changes: 3 additions & 3 deletions src/helpers/startPolling.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Notification } from '@/models/Notification'
import { Notification } from '../models/Notification'
import {
getCurrentNotificationId,
setCurrentNotificationId,
} from '@/helpers/currentNotificationId'
import fetchNotifications from '@/helpers/fetchNotifications'
} from './currentNotificationId'
import fetchNotifications from './fetchNotifications'

let polling = false
async function pollNotifications(
Expand Down
6 changes: 2 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import 'module-alias/register'

export * from '@/helpers/startPolling'
export * from '@/models/Notification'
export * from './helpers/startPolling'
export * from './models/Notification'
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"sourceMap": true,
"outDir": "dist",
"baseUrl": "src",
"paths": {
"@/*": ["*"],
},
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strict": true,
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ __metadata:
"@big-whale-labs/prettier-config": "npm:^1.1.3"
"@rushstack/eslint-patch": "npm:^1.7.2"
"@standard-crypto/farcaster-js": "npm:^7.1.1"
"@types/module-alias": "npm:^2"
"@types/node": "npm:^20.11.10"
"@types/node-persist": "npm:^3.1.8"
"@typescript-eslint/eslint-plugin": "npm:^6.19.1"
Expand Down Expand Up @@ -550,13 +549,6 @@ __metadata:
languageName: node
linkType: hard

"@types/module-alias@npm:^2":
version: 2.0.4
resolution: "@types/module-alias@npm:2.0.4"
checksum: 73e0993763526093d9e0993923e93a43186fac9b73e6ee6f785a34a79db6130468b2c9d9798c092ae5d50e8a2e6f7ab51a7f638ee7671037c15b5dde15dc5787
languageName: node
linkType: hard

"@types/node-persist@npm:^3.1.8":
version: 3.1.8
resolution: "@types/node-persist@npm:3.1.8"
Expand Down

0 comments on commit 117a2d9

Please sign in to comment.