mobility-toolbox-js 2.0.0-beta.2 → 2.0.0-beta.3

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 +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mobility-toolbox-js",
3
3
  "license": "MIT",
4
4
  "description": "Toolbox for JavaScript applications in the domains of mobility and logistics.",
5
- "version": "2.0.0-beta.2",
5
+ "version": "2.0.0-beta.3",
6
6
  "main": "index.js",
7
7
  "module": "module.js",
8
8
  "dependencies": {
@@ -106,7 +106,7 @@
106
106
  "lib:dev": "REACT_APP_LIB_MODE=1 webpack --mode development",
107
107
  "link2": "cmdToAdd=$(node ./scripts/read-pkg-json.js add) && $cmdToAdd && yarn build && cmdToRemove=$(node ./scripts/read-pkg-json.js remove) && $cmdToRemove && cd build && yarn link",
108
108
  "lint": "eslint 'src/**/*.js' && stylelint 'src/**/*.css' 'src/**/*.scss'",
109
- "publish:beta": "HUSKY=0 yarn version && git push origin HEAD && yarn build && cd build && HUSKY=0 yarn publish --beta",
109
+ "publish:beta": "HUSKY=0 yarn version && git push origin HEAD && yarn build && cd build && HUSKY=0 yarn publish --tag beta",
110
110
  "start": "yarn doc && webpack-dev-server --mode development --open",
111
111
  "start:examples": "webpack-dev-server --mode development --open",
112
112
  "test": "REACT_APP_LIB_MODE=1 jest",