Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 27, 2021
1 parent f2c9aab commit f92fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"version": "node tools/sync-version.js && git add ./app/manifest.json && git commit -m 'chore(webextension): update version'"
"update-version": "node tools/sync-version.js && git add ./app/manifest.json && git commit -m 'chore(webextension): update version'"
},
"devDependencies": {
"@types/codemirror": "^0.0.106",
Expand Down

0 comments on commit f92fdaf

Please sign in to comment.