Skip to content

Commit b1c35ae

Browse files
author
tino.goetz
committed
fix(template): add missing dependency "axios"
1 parent 8874989 commit b1c35ae

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [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

lib/template/frameworks/nuxt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)