@molgenis/vip-report-template 7.1.2 → 7.1.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 (2) hide show
  1. package/.travis.yml +1 -0
  2. package/package.json +1 -1
package/.travis.yml CHANGED
@@ -25,6 +25,7 @@ script:
25
25
  - pnpm run build
26
26
  before_deploy:
27
27
  - cp dist/index.html dist/vip-report-template.html
28
+ - gem update --system # workaround for https://travis-ci.community/t/builds-suddenly-failing/14580/14
28
29
  deploy:
29
30
  - provider: script
30
31
  script: bash scripts/deploy_npm_registry.sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@molgenis/vip-report-template",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "description": "Report Template for Variant Call Format (VCF) Report Generator",
5
5
  "license": "LGPL-3.0",
6
6
  "devDependencies": {