Skip to content

Commit bfab0ef

Browse files
committed
chore: set package.json as private and add repository configuration
1 parent e61fc0a commit bfab0ef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

retail/snippets/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "node-snippets",
33
"license": "Apache-2.0",
44
"author": "Google LLC",
5+
"private": true,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
9+
},
510
"engines": {
611
"node": ">=18.0.0"
712
},

0 commit comments

Comments
 (0)