Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 60b8623

Browse files
committed
Merge branch 'develop' of https://github.com/DivanteLtd/vue-storefront into develop
2 parents 4bfe1b1 + d9760a4 commit 60b8623

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

core/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import themeModules from 'theme/store'
2121
import themeExtensionEntryPoints from 'theme/extensions'
2222
import extensionEntryPoints from 'src/extensions'
2323

24-
store.state.version = '1.3'
24+
store.state.version = '1.3.0'
2525
store.state.__DEMO_MODE__ = (config.demomode === true) ? true : false
2626
store.state.config = config
2727

core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
"webpack-dev-middleware": "^3.2.0",
8484
"webpack-hot-middleware": "^2.23.0",
8585
"webpack-merge": "^4.1.4"
86-
}
86+
},
87+
"publishConfig": {
88+
"access": "public"
89+
}
8790
}

0 commit comments

Comments
 (0)