@web-fuse/wf-components 1.0.1 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-fuse/wf-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "A library containing common form and display components",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -15,7 +15,8 @@
15
15
  "preview": "vite preview",
16
16
  "storybook": "storybook dev -p 6006",
17
17
  "build-storybook": "storybook build",
18
- "lint": "eslint ./src"
18
+ "lint": "eslint ./src",
19
+ "prepack": "npm run build"
19
20
  },
20
21
  "keywords": [],
21
22
  "author": "Luc Appelman",