Skip to content

Commit 4b0cf68

Browse files
committed
chore: update
1 parent 56e1b06 commit 4b0cf68

File tree

2 files changed

+19
-26
lines changed

2 files changed

+19
-26
lines changed

app/src/environments/environment.dev.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
22
"name": "typescript-class-helpers",
3-
"version": "19.0.15",
3+
"version": "19.0.16",
44
"scripts": {
55
"test": "mocha --require ts-node/register src/**/*.spec.ts",
6-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
6+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
7+
"taon init": "taon init",
8+
"taon start": "taon start",
9+
"taon build:lib": "taon build:lib",
10+
"taon build:watch:lib": "taon build:watch:lib",
11+
"taon build:watch:app": "taon build:watch:app",
12+
"taon build:watch:electron": "taon build:watch:electron",
13+
"taon docs": "taon docs",
14+
"taon docs:watch": "taon docs:watch",
15+
"taon clear": "taon clear",
16+
"taon release": "taon release",
17+
"taon release:auto": "taon release:auto",
18+
"taon release:install:locally": "taon release:install:locally",
19+
"taon migration:create": "taon migration:create",
20+
"taon migration:run": "taon migration:run",
21+
"taon migration:revert": "taon migration:revert",
22+
"taon vscode:temp:show": "taon vscode:temp:show",
23+
"taon vscode:temp:hide": "taon vscode:temp:hide"
724
},
825
"license": "MIT",
926
"author": "Dariusz Filipiak",

0 commit comments

Comments
 (0)