add the private: true property, to avoid any accidental publishings

This commit is contained in:
zkldi
2021-08-11 04:13:33 +01:00
parent 1881374b54
commit 86f696ced4
+1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "A score tracking server.",
"main": "js/index.js",
"private": true,
"scripts": {
"test": "tap",
"watchtest": "tap --watch",