Skip to content

Commit ae43cd2

Browse files
committed
fix(api-client): Fix automatic publishing
1 parent a6dc75c commit ae43cd2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api-client [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![npm version](https://img.shields.io/npm/v/@ffflorian/api-client.svg?style=flat)](https://www.npmjs.com/package/@ffflorian/api-client)
22

3-
Simple API client using fetch ([Node.js](https://nodejs.org/api/globals.html#fetch) / [Web](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API))
3+
A simple API client using fetch ([Node.js](https://nodejs.org/api/globals.html#fetch) / [Web](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)).
44

55
## Prerequisites
66

packages/api-client/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Florian Imdahl <[email protected]>",
3-
"description": "Simple API client using fetch",
3+
"description": "A simple API client using fetch",
44
"devDependencies": {
55
"rimraf": "6.1.2",
66
"typescript": "5.9.3"
@@ -15,12 +15,14 @@
1515
"keywords": [
1616
"api-client",
1717
"fetch",
18-
"cli",
1918
"typescript"
2019
],
2120
"license": "GPL-3.0",
2221
"module": "dist/index.js",
2322
"name": "@ffflorian/api-client",
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"repository": "https://github.com/ffflorian/node-packages/tree/main/packages/api-client",
2527
"scripts": {
2628
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)