Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(vuesax): add boxicons (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored Feb 20, 2021
1 parent cbd58dc commit d121169
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"boxicons": "^2.0.7",
"vuesax": "^4.0.1-alpha.25"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Vue from 'vue'
import Vuesax from 'vuesax'

import 'boxicons/css/boxicons.min.css'

Vue.use(Vuesax)
1 change: 1 addition & 0 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,7 @@ Generated by [AVA](https://avajs.dev).
{
dependencies: {
boxicons: '^2.0.7',
'core-js': '^3.8.3',
nuxt: '^2.14.12',
vuesax: '^4.0.1-alpha.25',
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
{
"packagePatterns": ["nightwatch", "chromedriver"],
"groupName": "nightwatch packages"
},
{
"packagePatterns": ["boxicons", "vuesax"],
"groupName": "vuesax packages"
}
]
}

0 comments on commit d121169

Please sign in to comment.