Skip to content

Commit

Permalink
fix: renamed package to avoid .ts extention
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Sep 20, 2023
1 parent 596b209 commit 24dbf2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.yaml
*.yml
*.yml
.vscode
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "prayers.ts",
"name": "prayers-call",
"type": "module",
"version": "1.3.4",
"packageManager": "[email protected]",
"description": "",
"author": "Gimyboya",
"license": "MIT",
"funding": "https://github.com/sponsors/whiterocktech",
"homepage": "https://github.com/whiterocktech/prayers.ts#readme",
"homepage": "https://github.com/whiterocktech/prayers-call#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/whiterocktech/prayers.ts"
"url": "git+https://github.com/whiterocktech/prayers-call"
},
"bugs": "https://github.com/whiterocktech/prayers.ts/issues",
"bugs": "https://github.com/whiterocktech/prayers-call/issues",
"keywords": [],
"sideEffects": false,
"exports": {
Expand Down
1 change: 0 additions & 1 deletion src/types/Methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ export enum Methods {
SINGAPORE = 'Singapore',
NORTH_AMERICA = 'NorthAmerica', // ISNA
TEHRAN = 'Tehran', // Institute of Geophysics, University of Tehran
// CUSTOM = 'Other',
}

0 comments on commit 24dbf2a

Please sign in to comment.