Skip to content

Commit 3f4f104

Browse files
committed
Update license in configuration and remove path mappings from tsconfig
1 parent ccd90bc commit 3f4f104

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This creates `.blockingmachinerc.json` in your home directory.
137137
"homepage": "https://example.com",
138138
"version": "1.0.0",
139139
"expires": "1 day",
140-
"license": "MIT"
140+
"license": "BSD-3-Clause",
141141
}
142142
}
143143
```

tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"esModuleInterop": true,
1010
"declaration": true,
1111
"sourceMap": true,
12-
"paths": {
13-
"@blockingmachine/core": [
14-
"../core/dist"
15-
]
16-
},
1712
"typeRoots": [
1813
"./node_modules/@types",
1914
"./src/types"

0 commit comments

Comments
 (0)