@pixelated-tech/components 3.5.9 → 3.5.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelated-tech/components",
3
- "version": "3.5.9",
3
+ "version": "3.5.11",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Pixelated Technologies",
@@ -60,7 +60,7 @@
60
60
  "scripts": {
61
61
  "build": "npm run validate-exports && npm run buildClean && npm run tsc && npm run rsync && npm run tscClean ",
62
62
  "build-webpack": "webpack --config webpack.config.cjs && tsc --emitDeclarationOnly --outDir dist/types",
63
- "buildClean": "rm -r dist ",
63
+ "buildClean": "rm -rf dist",
64
64
  "tsc": "npx tsc --project tsconfig.json",
65
65
  "tscClean": "rm -r dist/{images,stories,tests} ",
66
66
  "rsync": "rsync -a --include='*.css' --include='*.scss' --include='*.json' --include='*/' --exclude='*' src/ dist",