Skip to content

Commit 75d4e4b

Browse files
committed
Merge pull request #2 from webNeat/develop
Release 0.0.1-alpha.3
2 parents 13581d5 + b237680 commit 75d4e4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "hosty",
33
"version": "0.0.1-alpha.3",
4-
"description": "Self host your web apps and services with ease.",
4+
"description": "A code based opinionated way to self-host and manage web apps.",
55
"type": "module",
66
"main": "dist/index.js",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"build": "tsc -p tsconfig.build.json",
912
"test": "node --import tsx test.ts"

0 commit comments

Comments
 (0)