Skip to content

Commit

Permalink
gitmodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Jan 1, 2025
1 parent 0255ce8 commit 3b66177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "core"]
[submodule "src/api/v1/core"]
path = src/api/v1/core
url = https://github.com/Glowstudent777/YouVersion-Core
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "npm run build && node ./dist/index.js",
"dev": "tsc-watch --onSuccess \"node ./dist/index.js\"",
"test": "vitest",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,4 +46,4 @@
"typescript": "^4.9.5",
"vitest": "^1.6.0"
}
}
}

0 comments on commit 3b66177

Please sign in to comment.