Skip to content

Commit e2d30cf

Browse files
committed
🔧 chore: update fetch pkg package.json
1 parent 5d9393c commit e2d30cf

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "@metal-box/fetch",
3-
"version": "0.1.0",
4-
"description": "REST in peace with typescript",
5-
"author": "danpacho",
6-
"license": "MIT",
7-
"keywords": [],
8-
"sideEffects": false,
9-
"publishConfig": {
10-
"access": "public"
11-
},
12-
"files": [
13-
"dist"
14-
],
15-
"main": "./dist/index.js",
16-
"module": "./dist/index.mjs",
17-
"types": "./dist/index.d.ts",
18-
"scripts": {
19-
"build": "tsup src/index.ts --format=cjs,esm --dts",
20-
"build:fast": "tsup src/index.ts --format=cjs,esm"
21-
},
22-
"devDependencies": {
23-
"@metal-box/type": "^0.2.0"
24-
}
2+
"name": "@metal-box/fetch",
3+
"version": "0.1.0",
4+
"description": "Declarative fetcher using typescript",
5+
"author": "danpacho",
6+
"license": "MIT",
7+
"keywords": [],
8+
"sideEffects": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
12+
"files": [
13+
"dist"
14+
],
15+
"main": "./dist/index.js",
16+
"module": "./dist/index.mjs",
17+
"types": "./dist/index.d.ts",
18+
"scripts": {
19+
"build": "tsup src/index.ts --format=cjs,esm --dts",
20+
"build:fast": "tsup src/index.ts --format=cjs,esm"
21+
},
22+
"devDependencies": {
23+
"@metal-box/type": "^0.2.0"
24+
}
2525
}

0 commit comments

Comments
 (0)