Update package.json

This commit is contained in:
Shadowfacts 2019-01-04 15:01:41 -05:00
parent ebb6b54041
commit cbb78665b9
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{
"name": "shadowfacts.net",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"generate": "tsc -p . && node built/index.js",
"serve": "npm run generate && http-server out"