@sis-cc/dotstatsuite-components 21.0.0 → 21.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 (2) hide show
  1. package/.gitlab-ci.yml +1 -3
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -33,9 +33,7 @@ build:
33
33
  image: $NODE_VERSION
34
34
  artifacts:
35
35
  paths:
36
- - lib/
37
- before_script:
38
- - chmod +x ./node_modules/web-component-env/src/wce-build
36
+ - dist/
39
37
  script:
40
38
  - yarn build
41
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-components",
3
3
  "description": "Set components based on React.",
4
- "version": "21.0.0",
4
+ "version": "21.0.1",
5
5
  "type": "module",
6
6
  "module": "./dist/dotstatsuite-components.js",
7
7
  "engines": {