purge unwanted linting

This commit is contained in:
ManishMadan2882
2024-09-10 16:26:13 +05:30
parent 37ab5f9d7a
commit e318228a08
2 changed files with 81 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "docsgpt-react",
"name": "docsgpt",
"version": "0.4.2",
"private": false,
"description": "DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖.",
@@ -11,6 +11,18 @@
"dist",
"package.json"
],
"targets": {
"modern": {
"engines": {
"browsers": "Chrome 80"
}
},
"legacy": {
"engines": {
"browsers": "> 0.5%, last 2 versions, not dead"
}
}
},
"@parcel/resolver-default": {
"packageExports": true
},