Skip to content

Commit 3f41867

Browse files
committed
bla
1 parent b5dd0af commit 3f41867

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "tvherald",
2+
"name": "thetvherald",
33
"version": "0.1.1",
4+
"subdomain": "thetvherald",
45
"main": "./index.js",
56
"directories": {"lib": "./lib"},
7+
"scripts": {
8+
"start": "node app.js"
9+
},
610
"engines": {
711
"node": ">= 0.4.1"
812
},

0 commit comments

Comments
 (0)