Skip to content

Commit

Permalink
🔧 chore: update fetch pkg package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Jan 16, 2025
1 parent 5d9393c commit e2d30cf
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@metal-box/fetch",
"version": "0.1.0",
"description": "REST in peace with typescript",
"author": "danpacho",
"license": "MIT",
"keywords": [],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format=cjs,esm --dts",
"build:fast": "tsup src/index.ts --format=cjs,esm"
},
"devDependencies": {
"@metal-box/type": "^0.2.0"
}
"name": "@metal-box/fetch",
"version": "0.1.0",
"description": "Declarative fetcher using typescript",
"author": "danpacho",
"license": "MIT",
"keywords": [],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format=cjs,esm --dts",
"build:fast": "tsup src/index.ts --format=cjs,esm"
},
"devDependencies": {
"@metal-box/type": "^0.2.0"
}
}

0 comments on commit e2d30cf

Please sign in to comment.