Skip to content

Commit 0cbaadc

Browse files
committed
fix(create): package metadata
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent bbd8b8c commit 0cbaadc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

projects/create/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@
55
"extends": "../../release.config.js"
66
},
77
"description": "Create new Elements projects with 'npm create @nvidia-elements'. A thin wrapper that delegates to @nvidia-elements/cli for project scaffolding.",
8+
"keywords": [
9+
"project-scaffolding",
10+
"elements",
11+
"create"
12+
],
13+
"homepage": "https://NVIDIA.github.io/elements/",
814
"type": "module",
915
"repository": {
1016
"type": "git",
11-
"url": "git+https://github.com/NVIDIA/elements.git"
17+
"url": "git+https://github.com/NVIDIA/elements.git",
18+
"directory": "projects/create"
1219
},
20+
"sideEffects": false,
1321
"bin": {
1422
"create-nve": "./dist/index.js"
1523
},

0 commit comments

Comments
 (0)