Skip to content

Commit 9a5a677

Browse files
committed
minor fixes
1 parent 97e3913 commit 9a5a677

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "website-backend",
4-
"version": "3.0.0-alpha",
4+
"version": "3.0.0",
55
"license": "UNLICENSED",
66
"author": "Steven Vachon <[email protected]> (https://svachon.com)",
77
"repository": "github:stevenvachon/website-backend",

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)