fix(singleton-manager): keep "main" in package.json for older tools
This commit is contained in:
parent
d189a08fe8
commit
faa26f1277
2 changed files with 6 additions and 0 deletions
5
.changeset/curly-tools-sin.md
Normal file
5
.changeset/curly-tools-sin.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'singleton-manager': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Keep the `main` entry in package.json for now, as it is still used by some tools.
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
},
|
},
|
||||||
"./docs/*": "./docs/*"
|
"./docs/*": "./docs/*"
|
||||||
},
|
},
|
||||||
|
"main": "./src/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"dist-types",
|
"dist-types",
|
||||||
"docs",
|
"docs",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue