Mark package.json as private

This commit is contained in:
Starbeamrainbowlabs 2019-04-20 10:22:46 +01:00
parent 3a84be1e61
commit 0bda83d07e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "air-quality-mapper",
"version": "0.1.0",
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
"private": true,
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"