mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
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:
parent
8878c50c43
commit
86aceb3a25
1 changed files with 4 additions and 0 deletions
|
@ -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'",
|
||||
|
|
Loading…
Add table
Reference in a new issue