1 parent ccd90bc commit 3f4f104Copy full SHA for 3f4f104
2 files changed
docs/guides/configuration.md
@@ -137,7 +137,7 @@ This creates `.blockingmachinerc.json` in your home directory.
137
"homepage": "https://example.com",
138
"version": "1.0.0",
139
"expires": "1 day",
140
- "license": "MIT"
+ "license": "BSD-3-Clause",
141
}
142
143
```
tsconfig.json
@@ -9,11 +9,6 @@
9
"esModuleInterop": true,
10
"declaration": true,
11
"sourceMap": true,
12
- "paths": {
13
- "@blockingmachine/core": [
14
- "../core/dist"
15
- ]
16
- },
17
"typeRoots": [
18
"./node_modules/@types",
19
"./src/types"
0 commit comments