IMPR: Remove leftovers

This commit is contained in:
Tony Air 2023-10-10 20:24:59 +02:00
parent 3e453787fb
commit a7b18247b7
1 changed files with 2 additions and 5 deletions

View File

@ -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 <tony@twma.pro>",
"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"