Polish demo

This commit is contained in:
Daniel Imms
2017-03-22 22:24:24 -07:00
parent 2d895b1e18
commit 21aceca3cf
8 changed files with 14 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
"description": "Easily generate themes for VS Code with only a few colors",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
"dev": "tsc -w",
"demo": "tsc demo/generate.ts && node demo/generate.js"
},
"author": "Tyriar",
"license": "MIT",