Skip to content

Commit

Permalink
fix: Adjust links and text in Readme / package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Mar 15, 2024
1 parent 16822d4 commit 1f7f3a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @nextcloud/capabilities

Nextcloud helper to obtain the capabilities
Nextcloud helper to obtain the server capabilities in apps.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@nextcloud/capabilities",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"description": "Nextcloud helper to obtain the server capabilities",
"types": "dist/index.d.ts",
"scripts": {
"build": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly",
Expand All @@ -15,12 +14,12 @@
"keywords": [
"nextcloud"
],
"homepage": "https://github.com/nextcloud/nextcloud-capabilities#readme",
"homepage": "https://github.com/nextcloud-libraries/nextcloud-capabilities#readme",
"author": "Roeland Jago Douma",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-capabilities"
"url": "https://github.com/nextcloud-libraries/nextcloud-capabilities"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand Down

0 comments on commit 1f7f3a5

Please sign in to comment.