comand-component-library 4.0.80 → 4.0.81

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.80",
3
+ "version": "4.0.81",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
7
7
  "author": "CoManD UI",
8
8
  "scripts": {
9
- "publish": "npm publish",
10
9
  "prepublishOnly": "npm run build-lib",
11
10
  "dev": "vite",
12
11
  "build": "vite build",
@@ -124,9 +124,7 @@ export default {
124
124
  htmlClass += " flex-container vertical"
125
125
  }
126
126
  break
127
- default:
128
- htmlClass = null
129
- break
127
+ default: /* do nothing */
130
128
  }
131
129
  return htmlClass
132
130
  }