Fixed extraneous files appearing in the html-to-plaintext tarball

- this is missing from the package template, which I'll fix
This commit is contained in:
Daniel Lockyer 2022-08-03 17:30:11 +02:00
parent 8878c50c43
commit 86aceb3a25
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -5,6 +5,10 @@
"author": "Ghost Foundation",
"private": true,
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",