mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03: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
@ -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…
Reference in New Issue
Block a user