Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Aug 25, 2022
1 parent 58ca496 commit af82ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"version": "5.0.0",
"version": "5.1.0",
"scripts": {
"kirby": "env-cmd --use-shell \"php -S \\$KIRBY_DEV_HOSTNAME:\\$KIRBY_DEV_PORT -t public vendor/getkirby/cms/router.php\"",
"dev": "shx touch src/.lock && concurrently \"npm:kirby\" \"vite\"",
"build": "shx rm -f src/.lock && vite build",
"lint": "eslint \"src/**/*.{js,vue}\"",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"src/**/*.{js,vue}\"",
"release": "bumpp --commit --push --tag"
"release": "npx -y bumpp --commit --push --tag"
},
"dependencies": {
"ohmyfetch": "^0.4.18",
Expand Down

0 comments on commit af82ace

Please sign in to comment.