Skip to content

Commit

Permalink
* (bluefox) Allowed setting theme name directly by theme toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 20, 2023
1 parent 2de99c6 commit 3ed1a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"prepublishOnly": "echo \"Error: publish from dist directory and write gulp\" && exit 1",
"build": "gulp",
"release": "release-script",
"release-patch": "release-script patch --yes updateLockfile --no",
"release-minor": "release-script minor --yes updateLockfile --no",
"release-major": "release-script major --yes updateLockfile --no",
"release-patch": "release-script patch --yes --updateLockfile=no",
"release-minor": "release-script minor --yes --updateLockfile=no",
"release-major": "release-script major --yes --updateLockfile=no",
"update-packages": "ncu --upgrade"
},
"repository": {
Expand Down

0 comments on commit 3ed1a85

Please sign in to comment.