We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ad2d3 commit 38f5efdCopy full SHA for 38f5efd
packages/html-to-plaintext/package.json
@@ -9,6 +9,9 @@
9
"index.js",
10
"lib"
11
],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
"scripts": {
16
"dev": "echo \"Implement me!\"",
17
"test:unit": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
packages/members-csv/package.json
@@ -5,6 +5,9 @@
5
"author": "Ghost Foundation",
6
"license": "MIT",
7
"main": "index.js",
8
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
0 commit comments