fix(singleton-manager): keep "main" in package.json for older tools

This commit is contained in:
Thomas Allmer 2022-11-08 13:05:28 +01:00 committed by Thomas Allmer
parent d189a08fe8
commit faa26f1277
2 changed files with 6 additions and 0 deletions

View 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.

View file

@ -18,6 +18,7 @@
},
"./docs/*": "./docs/*"
},
"main": "./src/index.js",
"files": [
"dist-types",
"docs",