Skip to content

Commit af94886

Browse files
committed
release: v19.0.19
1 parent 091ddd1 commit af94886

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-class-helpers",
3-
"version": "19.0.18",
3+
"version": "19.0.19",
44
"scripts": {
55
"test": "mocha --require ts-node/register src/**/*.spec.ts",
66
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
@@ -166,7 +166,6 @@
166166
"electron": "30.0.1",
167167
"electron-builder": "24.13.3",
168168
"electron-debug": "3.2.0",
169-
"electron-reloader": "1.2.3",
170169
"element-resize-detector": "~1.2.4",
171170
"enquirer": "2.4.1",
172171
"enum-values": "1.2.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// THIS FILE IS GENERATED - DO NOT MODIFY
22
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
33
export const PROJECT_NPM_NAME = 'typescript-class-helpers';
4-
export const CURRENT_PACKAGE_VERSION = '19.0.18';
4+
export const CURRENT_PACKAGE_VERSION = '19.0.19';
55
// THIS FILE IS GENERATED - DO NOT MODIFY
66

0 commit comments

Comments
 (0)