fix(providence-analytics): fix conflicting package entries
This commit is contained in:
parent
db7017c086
commit
d40fd90bbd
2 changed files with 10 additions and 1 deletions
9
.changeset/honest-cars-hang.md
Normal file
9
.changeset/honest-cars-hang.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
'providence-analytics': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- allow absence of config file
|
||||||
|
- remove package=lock of non-root packages
|
||||||
|
- fix conflicting package entries
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"./analyzers": "./src/program/analyzers/index.js",
|
"./analyzers": "./src/program/analyzers/index.js",
|
||||||
"./docs/*": "./docs/*"
|
"./docs/*": "./docs/*"
|
||||||
},
|
},
|
||||||
"main": "./src/program/providence.js",
|
"main": "./src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"providence": "./src/cli/index.mjs"
|
"providence": "./src/cli/index.mjs"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue