rw: mark as 'private' in package.json to avoid accidental publication

This commit is contained in:
Starbeamrainbowlabs 2023-11-30 16:59:31 +00:00
parent 002203d20b
commit 18195c2d15
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Wrangles rainfall radar and water depth data into something sensible.",
"main": "src/index.mjs",
"private": true,
"scripts": {
"test": "echo \"No tests have been implemented yet\""
},