Skip to content

Commit 30118e5

Browse files
authored
Make npm package private.
This project has npm's `package.json`, but it is not published on npm and is meant to be private. Mark it as such. https://docs.npmjs.com/files/package.json#private
1 parent 15ebf8a commit 30118e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"author": "Eric Koleda <ekoleda+devrel@googlers.com>",
1010
"license": "Apache-2.0",
11+
"private": true,
1112
"bugs": {
1213
"url": "https://github.com/googlesamples/apps-script-oauth2/issues"
1314
},

0 commit comments

Comments
 (0)