chore: add private flag to package.json
This is not a published package, this prevents accidentally trying to publish, and also helps us programmatically sort out which repos correlate to published packages and which don't.
Gar committed
Aug 31, 2021 at 09:28 UTC
d71ff8ab6390b44dc1e2a920f4a9f943d1ec7cda
1 file changed
+1
package.json
+1
@@ -2,6 +2,7 @@
2
"name": "npm-documentation",
3
"repository": "npm/documentation",
4
"version": "0.1.0",
5
+ "private": true,
6
"scripts": {
7
"develop": "gatsby develop",
8
"build": "gatsby build",