Skip to content

Commit

Permalink
chore: release v2.0.14
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Added `--omit=dev` to `npmInstall`
  • Loading branch information
GermanBluefox committed Jan 5, 2025
1 parent 2ae9d71 commit a2cfc81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.14 (2025-01-05)

- (@GermanBluefox) Added `--omit=dev` to `npmInstall`

Expand Down
1 change: 1 addition & 0 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ options?: {
force?: boolean;
/** Execute npm install with "ci" */
clean?: boolean;
omitDev?: boolean;
}): Promise<void>;
export declare function tsc(
/** React directory to build */
Expand Down
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/build-tools",
"version": "2.0.13",
"version": "2.0.14",
"description": "Replacement for gulp",
"author": {
"name": "Denis Haev",
Expand Down

0 comments on commit a2cfc81

Please sign in to comment.