Expose an API

This commit is contained in:
Daniel Imms
2017-03-22 22:16:53 -07:00
parent 5112497e6f
commit 2d895b1e18
5 changed files with 156 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "theme-generator",
"name": "vscode-theme-generator",
"version": "0.0.1",
"description": "Generates editor/terminal themes using a set of colors",
"description": "Easily generate themes for VS Code with only a few colors",
"main": "dist/index.js",
"scripts": {
"build": "tsc",