Skip to content

Commit

Permalink
Make package.json reflect readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Null committed Jul 26, 2020
1 parent 996d68e commit 6b35cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "build/main.js",
"scripts": {
"start": "node build/main.js",
"setup": "npm install && tsc"
"setup": "npm install && tsc",
"build": "tsc"
},
"author": "VoidNulll",
"license": "MIT",
Expand Down

0 comments on commit 6b35cde

Please sign in to comment.