File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
lib/template/frameworks/nuxt Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## Bugfix 0.1.1
7+ * fix(template): add missing dependency "axios"
8+
9+
610## Init 0.1.0
711* introduce first beta
812* generalize template content
Original file line number Diff line number Diff line change 1616 },
1717 "dependencies" : {
1818 "@nuxt/typescript-runtime" : " ^2.0.0" ,
19+ "@nuxtjs/axios" : " ^5.12.2" ,
1920 "core-js" : " ^3.6.5" ,
2021 "nuxt" : " ^2.14.6" ,
2122 "nuxt-i18n" : " ^6.15.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @borek-digital/create-client-app" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Create a borek.digital client app via cli in no time" ,
55 "bin" : " lib/cli.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments