@corva/ui 3.16.0-0 → 3.16.0-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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "3.16.0-0",
3
+ "version": "3.16.0-1",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"
@@ -12,7 +12,7 @@
12
12
  "helper-cli": "npx @corva/fe-dev-helper-cli@latest",
13
13
  "build": "yarn generate-css-themes && cross-env SHELL=sh ./scripts/build.sh production",
14
14
  "build-dev": "yarn generate-css-themes && cross-env SHELL=sh ./scripts/build.sh development",
15
- "build-watch": "yarn generate-css-themes && cross-env SHELL=sh ./scripts/build.sh development -w",
15
+ "build-watch": "yarn generate-css-themes && cross-env SHELL=sh ./scripts/build.sh development --watch",
16
16
  "get-changelog": "conventional-changelog -r 2 -p angular",
17
17
  "lint": "eslint --cache ./src/",
18
18
  "lint-staged": "lint-staged",
@@ -221,6 +221,7 @@
221
221
  "babel-plugin-file-loader": "^2.0.0",
222
222
  "babel-plugin-import": "^1.13.8",
223
223
  "babel-plugin-root-import": "^6.5.0",
224
+ "concurrently": "^9.2.0",
224
225
  "conventional-changelog-cli": "^2.1.0",
225
226
  "cross-env": "^7.0.3",
226
227
  "css-loader": "3.4.2",