From: Dessalines Date: Wed, 21 Jun 2023 23:48:43 +0000 (-0400) Subject: v0.18.0-rc.5 X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=f7df8314990b3f0152993eac42d125a65b54552b;p=lemmy-ui.git v0.18.0-rc.5 --- diff --git a/package.json b/package.json index 9a28546..1055d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lemmy-ui", - "version": "0.18.0-rc.4", + "version": "0.18.0-rc.5", "description": "An isomorphic UI for lemmy", "repository": "https://github.com/LemmyNet/lemmy-ui", "license": "AGPL-3.0", @@ -22,9 +22,16 @@ "translations:update": "git submodule update --remote --recursive" }, "lint-staged": { - "*.{ts,tsx,js}": ["prettier --write", "eslint --fix"], - "*.{css, scss}": ["prettier --write"], - "package.json": ["sortpack"] + "*.{ts,tsx,js}": [ + "prettier --write", + "eslint --fix" + ], + "*.{css, scss}": [ + "prettier --write" + ], + "package.json": [ + "sortpack" + ] }, "dependencies": { "@babel/plugin-proposal-decorators": "^7.21.0",