summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2021-11-02 13:40:09 +0000
committerChris Kay <chris.kay@arm.com>2021-11-17 16:04:36 +0000
commit3a43e6dee4a6e243976e781f6c818278fce3df2a (patch)
tree42ef24d06c8b6a547c4442bb4c90d9609fd76349 /package.json
parent6558d8e4526bfddfb885bd943850a37f3b52f676 (diff)
downloadarm-trusted-firmware-3a43e6dee4a6e243976e781f6c818278fce3df2a.tar.gz
build(npm): add additional package metadata
Introduces the `name` and `version` fields to the NPM package metadata file, which are used by Standard Version. Change-Id: I5266465f746bf29805f36cd94b5e5c20417d7fd0 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8e448d09b..9f9f1745c 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,6 @@
{
+ "name": "trusted-firmware-a",
+ "version": "2.5.0",
"license": "BSD-3-Clause",
"private": true,
"scripts": {