@webpros/tsxuserprofilevue 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.js",
5
5
  "author": "Sascha Fuchs <sascha.fuchs@webpros.com>",
6
6
  "license": "MIT",
7
- "version": "3.0.0",
7
+ "version": "3.0.1",
8
8
  "engines": {
9
9
  "node": "18.x"
10
10
  },
@@ -27,7 +27,7 @@
27
27
  "typecheck": "vue-tsc --noEmit",
28
28
  "plop": "plop",
29
29
  "generateCss": "postcss ./src/assets/index.css -o ./src/assets/output.css",
30
- "prePublish": "npm run generateCss && npm run build",
30
+ "prePublish": "npm run generateCss && npm run build && npm publish",
31
31
  "story:dev": "histoire dev",
32
32
  "story:build": "histoire build",
33
33
  "story:preview": "histoire preview"