This commit is contained in:
Daniel Imms
2016-10-01 14:37:15 -07:00
parent c2a3cb7ee5
commit bf4f63a0e6
4 changed files with 177 additions and 73 deletions

View File

@@ -4,7 +4,8 @@
"description": "Generates editor/terminal themes using a set of colors",
"main": "dist/index.js",
"scripts": {
"build": "typings install && tsc"
"build": "typings install && tsc",
"start": "node dist/index.js"
},
"author": "Tyriar",
"license": "MIT",