mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 02:03:01 +00:00
rw: mark as 'private' in package.json to avoid accidental publication
This commit is contained in:
parent
002203d20b
commit
18195c2d15
1 changed files with 1 additions and 0 deletions
|
@ -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\""
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue