We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095a986 commit 3d1141fCopy full SHA for 3d1141f
build-extension.sh
@@ -3,7 +3,7 @@
3
npx rollup -c rollup.config.js
4
5
cp package.json package.copy.json
6
-jq 'del(.dependencies."single-file-cli")' package.copy.json > package.json
+jq 'del(.dependencies."single-filez-cli")' package.copy.json > package.json
7
zip -r singlefilez-extension-source.zip manifest.json package.json _locales src rollup*.js .eslintrc.js build-extension.sh
8
mv package.copy.json package.json
9
0 commit comments