Skip to content

Commit 3d1141f

Browse files
fix dependency name
1 parent 095a986 commit 3d1141f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-extension.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
npx rollup -c rollup.config.js
44

55
cp package.json package.copy.json
6-
jq 'del(.dependencies."single-file-cli")' package.copy.json > package.json
6+
jq 'del(.dependencies."single-filez-cli")' package.copy.json > package.json
77
zip -r singlefilez-extension-source.zip manifest.json package.json _locales src rollup*.js .eslintrc.js build-extension.sh
88
mv package.copy.json package.json
99

0 commit comments

Comments
 (0)