chore: prevent accidental publishing

This commit is contained in:
2018-01-11 19:33:43 -07:00
parent b6a64add62
commit 60c6fb1fdf

View File

@@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "Another fine project",
"module": "index.mjs",
"private": true,
"scripts": {
"lint": "eslint *.js src/**/*.js",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",