chore: prevent accidental publishing
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Another fine project",
|
"description": "Another fine project",
|
||||||
"module": "index.mjs",
|
"module": "index.mjs",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint *.js src/**/*.js",
|
"lint": "eslint *.js src/**/*.js",
|
||||||
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
|
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
|
||||||
|
|||||||
Reference in New Issue
Block a user