From a7b18247b7cc85158970e63d08b4f4522a8379c6 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 10 Oct 2023 20:24:59 +0200 Subject: [PATCH] IMPR: Remove leftovers --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20921ae..948122e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", - "version": "5.0.5", + "version": "5.0.6", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "author": "Tony Air ", "license": "BSD-2-Clause", @@ -24,10 +24,7 @@ "prebuild": "yarn lint:fix && rimraf dist", "prepare": "yarn build", "prunecaches": "rimraf ./node_modules/.cache/", - "postinstall": "npm run prunecaches", - "postuninstall": "npm run prunecaches", - "preinstall": "npx only-allow pnpm", - "update": "npx msw init ./src/_graphql" + "preinstall": "npx only-allow pnpm" }, "resolutions": { "colors": "1.4.0"