@pronto-tools-and-more/components 6.19.0 → 6.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "6.19.0",
3
+ "version": "6.20.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -9,7 +9,7 @@
9
9
  "type-check": "tsc",
10
10
  "test": "node --unhandled-rejections=warn --experimental-vm-modules ./node_modules/jest/bin/jest.js --detectOpenHandles --forceExit",
11
11
  "test:watch": "node --unhandled-rejections=warn --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
12
- "build": "esbuild src/main.ts --bundle --format=esm --outfile=dist/main.js && rm -f tsconfig.tsbuildinfo && npx tsc -p tsconfig.build.json",
12
+ "build": "esbuild src/main.ts --bundle --format=esm --outfile=dist/main.js && rm -f tsconfig.build.tsbuildinfo && npx tsc -p tsconfig.build.json",
13
13
  "build:watch": "esbuild src/main.ts --bundle --format=esm --outfile=dist/main.js --watch"
14
14
  },
15
15
  "keywords": [],