We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e3913 commit ded4047Copy full SHA for ded4047
README.md
@@ -2,6 +2,8 @@
2
3
> My website's backend.
4
5
+**Note**: this repository/project is _UNLICENSED_. If you don't know what that means, Google it.
6
+
7
## Installation
8
9
Be sure that [Git](https://git-scm.com) `>= 2` is installed.
packages/@sv-test/helpers/package.json
@@ -3,6 +3,9 @@
"name": "@sv-test/helpers",
"version": "1.0.0",
"main": "src/index.mjs",
+ "dependencies": {
+ "@sv-common/constants": "^1.0.0"
+ },
"peerDependencies": {
10
"vitest": "^3.1.1"
11
}
0 commit comments