summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 22:38:01 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 22:38:01 +0200
commit18435141843c203e2255347553d869fd9b8120e2 (patch)
tree8d4fe17ea5b097bc13a4648b845123bdf0559d33
parentdaf4927ea437c5bf79ff090eb35e5e3415199094 (diff)
downloadgohugo-theme-ed-18435141843c203e2255347553d869fd9b8120e2.tar.gz
Prevent accidental publication of repository
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 77ee01a..84c6f0c 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"license": "MIT",
"main": "index.js",
"name": "ed",
+ "private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"