Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Drop dot-json in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 28, 2023
1 parent 0da278a commit dcf995e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bump-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
npx dot-json package.json dependencies.web-ext "^$npm_package_version"
npx dot-json package.json engines.node "$(npm info web-ext engines.node)"
npx dot-json package.json engines.npm "$(npm info web-ext engines.npm)"
npm pkg set dependencies.web-ext="^$npm_package_version"
npm pkg set engines.node="$(npm info web-ext engines.node)"
npm pkg set engines.npm="$(npm info web-ext engines.npm)"

0 comments on commit dcf995e

Please sign in to comment.