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 609a959 commit fe58dbcCopy full SHA for fe58dbc
package.json
@@ -42,7 +42,8 @@
42
"test:downstream": "NODE_CONFIG_ENV=devel npm --prefix ../cve-pkg-tester run test",
43
"prettier": "prettier --config .prettierrc --write .",
44
"prep:publish": "npm pack --dry-run",
45
- "coverage": "jest --coverage"
+ "coverage": "jest --coverage",
46
+ "prepare": "npm run build:all"
47
},
48
"license": "(CC0)",
49
"dependencies": {
@@ -90,7 +91,8 @@
90
91
"dist",
92
".env-EXAMPLE",
93
"LICENSE",
- "README.md"
94
+ "README.md",
95
+ "config"
96
],
97
"keywords": [
98
"cve",
0 commit comments