@botonic/plugin-flow-builder 0.25.0-alpha.4 → 0.25.0-alpha.6

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botonic/plugin-flow-builder",
3
- "version": "0.25.0-alpha.4",
3
+ "version": "0.25.0-alpha.6",
4
4
  "main": "./lib/cjs/index.js",
5
5
  "module": "./lib/esm/index.js",
6
6
  "description": "Use Flow Builder to show your contents",
@@ -10,13 +10,13 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "cloc": "../../scripts/qa/cloc-package.sh .",
12
12
  "prepare": "node ../../preinstall.js",
13
- "prepublishOnly": "rm -rf lib && npm run build",
13
+ "prepublishOnly": "rm -rf lib && npm i && npm run build",
14
14
  "lint": "npm run lint_core -- --fix",
15
15
  "lint_ci": "npm run lint_core -- -c ../.eslintrc_slow.js",
16
16
  "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
17
17
  },
18
18
  "dependencies": {
19
- "@botonic/react": "0.25.0-alpha.4",
19
+ "@botonic/react": "0.25.0-alpha.5",
20
20
  "axios": "^1.6.7"
21
21
  },
22
22
  "repository": {