feat!: module & commonjs in base-configs

BREAKING CHANGE: support module, and commonjs types
This commit is contained in:
Ismo Vuorinen
2024-08-21 17:45:12 +03:00
parent ad9ed820d6
commit 02e4f4779c

View File

@@ -1,6 +1,7 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.106",
"type": "module",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -32,7 +33,6 @@
"@ivuorinen/eslint-config": "^0.4.48",
"@ivuorinen/markdownlint-config": "^0.2.9",
"@ivuorinen/prettier-config": "^0.2.16",
"@ivuorinen/semantic-release-config": "^0.2.24",
"eslint-plugin-n": "^17.0.0"
"@ivuorinen/semantic-release-config": "^0.2.24"
}
}