clean pkg json after publish

This commit is contained in:
ManishMadan2882
2024-09-04 00:20:42 +05:30
parent d4042ebaa2
commit d200db0eeb
3 changed files with 10 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "docsgpt",
"version": "0.4.1",
"name": "docsgpt-react",
"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 🤖.",
"source": "./src/index.html",
@@ -11,18 +11,6 @@
"dist",
"package.json"
],
"targets": {
"modern": {
"engines": {
"browsers": "Chrome 80"
}
},
"legacy": {
"engines": {
"browsers": "> 0.5%, last 2 versions, not dead"
}
}
},
"@parcel/resolver-default": {
"packageExports": true
},