diff --git a/helpers/stork/config.js b/helpers/stork/config.js index 7644de0..4351d87 100644 --- a/helpers/stork/config.js +++ b/helpers/stork/config.js @@ -2,7 +2,7 @@ import { config } from '~/package.json' export const storkOptions = config.stork -export const storkVersion = '1.4.2' +export const storkVersion = '1.6.0' export const storkExecutableName = storkOptions.executable export const storkExecutablePath = `./${ storkExecutableName }`