diff --git a/release.config.js b/release.config.js index ca48a17f..8fe346af 100644 --- a/release.config.js +++ b/release.config.js @@ -116,11 +116,11 @@ module.exports = { { assets: [ { - path: 'dist/ts-jest-mock.js', + path: 'dist/vue-contentful-hook.es.js', label: 'ES js distribution', }, { - path: 'dist/ts-jest-mock.js', + path: 'dist/vue-contentful-hook.umd.js', label: 'UMD js distribution', }, ],