project-booster-vue 8.131.0 → 8.131.1

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.
package/README.md CHANGED
@@ -46,13 +46,7 @@ yarn serve
46
46
  yarn build
47
47
  ```
48
48
 
49
- ### Build the bundle for npm publication and publish
50
-
51
- Check and bump the `version` in `package.json`, then build the bundle:
52
-
53
- ```
54
- yarn build:bundle
55
- ```
49
+ ### Publish
56
50
 
57
51
  Publish to npm:
58
52
 
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "8.131.0",
3
+ "version": "8.131.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
7
- "build:bundle": "vue-cli-service build --target lib --name project-booster-vue ./src/index.js",
8
7
  "kozikaza-tokens-build": "env PB_THEME=kozikaza mozaic-tokens-build",
9
8
  "lint:js": "vue-cli-service lint --no-fix -- ./",
10
9
  "lint:js:fix": "vue-cli-service lint --fix -- ./",
package/dist/demo.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><meta charset="utf-8"><title>project-booster-vue demo</title><script src="./project-booster-vue.umd.js"></script><link rel="stylesheet" href="./project-booster-vue.css"><script>console.log(project-booster-vue)</script>