Skip to content

Commit ded4047

Browse files
committed
minor fixes
1 parent 97e3913 commit ded4047

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> My website's backend.
44
5+
**Note**: this repository/project is _UNLICENSED_. If you don't know what that means, Google it.
6+
57
## Installation
68

79
Be sure that [Git](https://git-scm.com) `>= 2` is installed.

packages/@sv-test/helpers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"name": "@sv-test/helpers",
44
"version": "1.0.0",
55
"main": "src/index.mjs",
6+
"dependencies": {
7+
"@sv-common/constants": "^1.0.0"
8+
},
69
"peerDependencies": {
710
"vitest": "^3.1.1"
811
}

0 commit comments

Comments
 (0)