mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2026-04-08 19:21:49 -07:00
Take typings out of build
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
```bash
|
```bash
|
||||||
|
typings install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Generates editor/terminal themes using a set of colors",
|
"description": "Generates editor/terminal themes using a set of colors",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "typings install && tsc",
|
"build": "tsc",
|
||||||
"start": "node dist/index.js"
|
"start": "node dist/index.js"
|
||||||
},
|
},
|
||||||
"author": "Tyriar",
|
"author": "Tyriar",
|
||||||
|
|||||||
@@ -22,13 +22,6 @@ export interface IColorSet {
|
|||||||
background?: string;
|
background?: string;
|
||||||
foreground?: string;
|
foreground?: string;
|
||||||
}
|
}
|
||||||
/*uiGroups?: {
|
|
||||||
userActionNeeded?: string;
|
|
||||||
userCurrentState?: string;
|
|
||||||
backgroundState?: string;
|
|
||||||
background?: string;
|
|
||||||
foreground?: string;
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IAnsiColorSet {
|
export interface IAnsiColorSet {
|
||||||
|
|||||||
Reference in New Issue
Block a user