Skip to content

Commit

Permalink
language: nicer descriptions for typescript libraries (digital-asset#…
Browse files Browse the repository at this point in the history
…4203)

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
Robin Krom authored Jan 24, 2020
1 parent 183df61 commit 020f694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion language-support/ts/daml-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"private": false,
"name": "@daml/ledger",
"version": "0.0.0-SDKVERSION",
"description": "Wrappers around DAML's JSON API.",
"description": "Client side API implementation for a DAML based ledger. This library implements the JSON based API for a DAML ledger documented in https://docs.daml.com/json-api/index.html.",
"keywords": ["daml", "API", "client"],
"homepage": "https://daml.com",
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion language-support/ts/daml-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"private": false,
"name": "@daml/types",
"version": "0.0.0-SDKVERSION",
"description": "Types used by the DAML JSON API.",
"description": "Primitive types of the DAML language and their serialization.",
"keywords": ["daml", "API", "types", "serialization"],
"homepage": "https://daml.com",
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 020f694

Please sign in to comment.