Skip to content

Commit 8001f1a

Browse files
Update package.json and README.md with website and repository links
1 parent 31d2e9d commit 8001f1a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![CalVer](https://img.shields.io/badge/versioning-CalVer%20YY.MM.MINOR-blue)
55
[![Java CI with Maven](https://github.com/dynamiatools/framework/actions/workflows/maven.yml/badge.svg)](https://github.com/dynamiatools/framework/actions/workflows/maven.yml)
66
[![Release and Deploy](https://github.com/dynamiatools/framework/actions/workflows/release.yml/badge.svg)](https://github.com/dynamiatools/framework/actions/workflows/release.yml)
7+
[![Publish NPM Packages](https://github.com/dynamiatools/framework/actions/workflows/publish-npm.yml/badge.svg)](https://github.com/dynamiatools/framework/actions/workflows/publish-npm.yml)
78
[![DynamiaTools Documentation](https://img.shields.io/badge/DynamiaTools-Documentation-orange)](https://dynamia.tools/getting-started/)
89

910

platform/packages/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@dynamia-tools/workspace",
33
"version": "26.3.0",
44
"private": true,
5+
"author": "Mario Serrano",
6+
"repository": "https://github.com/dynamiatools/framework",
7+
"website": "https://dynamia.tools",
58
"description": "pnpm monorepo for Dynamia Platform Node.js / TypeScript packages",
69
"scripts": {
710
"build": "pnpm -r run build",

platform/packages/sdk/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@dynamia-tools/sdk",
33
"version": "26.3.0",
4+
"website": "https://dynamia.tools",
45
"description": "Official JavaScript / TypeScript client SDK for Dynamia Platform REST APIs",
56
"keywords": [
67
"dynamia",
@@ -10,14 +11,14 @@
1011
"typescript",
1112
"client"
1213
],
13-
"homepage": "https://www.dynamia.tools",
14+
"homepage": "https://dynamia.tools",
1415
"bugs": {
15-
"url": "https://github.com/dynamiatools/dynamiatools/issues"
16+
"url": "https://github.com/dynamiatools/framework/issues"
1617
},
1718
"repository": {
1819
"type": "git",
19-
"url": "https://github.com/dynamiatools/dynamiatools.git",
20-
"directory": "framework/platform/packages/sdk"
20+
"url": "https://github.com/dynamiatools/framework.git",
21+
"directory": "platform/packages/sdk"
2122
},
2223
"license": "Apache-2.0",
2324
"author": "Dynamia Soluciones IT SAS",

0 commit comments

Comments
 (0)