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 63266b3 commit b53e97bCopy full SHA for b53e97b
chrome-extension/package.json
@@ -9,7 +9,7 @@
9
"prettier": "prettier .",
10
"test:format": "npm run prettier -- --check",
11
"format": "npm run prettier -- --write",
12
- "package": "npm ci --production && zip -r release.zip . -x .prettierignore .prettierrc package-lock.json"
+ "package": "npm ci --production && zip -r release.zip . -x .prettierignore .prettierrc package.json package-lock.json README.md"
13
},
14
"dependencies": {
15
"@simplepdf/web-embed-pdf": "^1.8.4"
0 commit comments