@molgenis/vip-report-template 7.0.0 → 7.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/.travis.yml +1 -1
  2. package/package.json +1 -1
package/.travis.yml CHANGED
@@ -22,7 +22,7 @@ script:
22
22
  - pnpm run coverage
23
23
  - pnpm run build
24
24
  before_deploy:
25
- - mv dist/index.html dist/vip-report-template.html
25
+ - cp dist/index.html dist/vip-report-template.html
26
26
  deploy:
27
27
  - provider: script
28
28
  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.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Report Template for Variant Call Format (VCF) Report Generator",
5
5
  "license": "LGPL-3.0",
6
6
  "devDependencies": {