This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new 7af2ac16d TAP5-2812: publish T5's JS and TS to npm 7af2ac16d is described below commit 7af2ac16d7d0f6e4a761befeef792f75d3b8bd3a Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Aug 24 18:26:16 2025 -0300 TAP5-2812: publish T5's JS and TS to npm --- tapestry-core/src/main/typescript/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tapestry-core/src/main/typescript/package.json b/tapestry-core/src/main/typescript/package.json index ef01b264d..32f83b0b9 100644 --- a/tapestry-core/src/main/typescript/package.json +++ b/tapestry-core/src/main/typescript/package.json @@ -24,8 +24,18 @@ }, "license": "Apache-2.0", "name": "tapestry-5", + "url": "https://tapestry.apache.org", + "bugs": { + "url": "https://issues.apache.org/jira/projects/TAP5/issues/" + }, "description": "Apache Tapestry's TypeScript/JavaScript code", "homepage": "https://tapestry.apache.org", + "displayName": "Apache Tapestry's JS code", + "repository": { + "type": "git", + "url": "https://github.com/apache/tapestry-5", + "directory": "tapestry-core/src/main/typescript" + }, "keywords": [ "tapestry" ]