-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0feab15
commit 179d513
Showing
6 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
require('./node_modules/acaad.toolchain/.eslintrc.js'); | ||
require('./node_modules/@acaad/toolchain/.eslintrc.js'); | ||
|
||
module.exports = { | ||
extends: ['./node_modules/acaad.toolchain/.eslintrc.js'], | ||
extends: ['./node_modules/@acaad/toolchain/.eslintrc.js'], | ||
parserOptions: { tsconfigRootDir: __dirname }, | ||
ignorePatterns: ['node_modules/', '**/node_modules/', '/**/node_modules/*', 'out/', 'dist/', 'build/'] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json", | ||
"extends": "../node_modules/acaad.toolchain/config/heft.json" | ||
"extends": "../node_modules/@acaad/toolchain/config/heft.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
{ | ||
"name": "@acaad/core", | ||
"version": "0.0.1-dev.4", | ||
"description": "", | ||
"description": "acaad", | ||
"author": { | ||
"name": "OlliMartin", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/OlliMartin/ioBroker.acaad", | ||
"license": "AGPL-3.0", | ||
"main": "src/index.d.ts", | ||
"scripts": { | ||
"build": "heft build --clean" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@microsoft/signalr": "~8.0.7", | ||
"effect": "~3.12.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
{ | ||
"name": "@acaad/toolchain", | ||
"version": "0.0.1-dev.4", | ||
"description": "", | ||
"description": "acaad", | ||
"author": { | ||
"name": "OlliMartin", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/OlliMartin/ioBroker.acaad", | ||
"license": "AGPL-3.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "heft build --clean" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@tsconfig/node20": "~20.1.4", | ||
"@rushstack/heft": "~0.68.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ | |
# | ||
registry=https://registry.npmjs.org/ | ||
always-auth=false | ||
--link-workspace-packages=false |
Submodule ioBroker.acaad
updated
from e61a05 to 4c362f