Skip to content

Commit

Permalink
add autoprefixer to depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron@nanu-c.org committed Aug 19, 2022
1 parent 2c36a41 commit 8ad9231
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
1 change: 1 addition & 0 deletions axolotl-web/.depcheckrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ignores:
- "sass"
- "@vue/cli-plugin-unit-mocha"
- "@vue/compiler-sfc"
- "autoprefixer"
specials:
- "bin"
- "eslint"
Expand Down
44 changes: 32 additions & 12 deletions axolotl-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axolotl-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.8",
"bootstrap": "^5.2.0",
"file-saver": "^2.0.5",
"linkify-html": "^3.0.4",
Expand All @@ -47,6 +46,7 @@
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/test-utils": "^2.0.2",
"browserslist": "^4.21.3",
"autoprefixer": "^10.4.8",
"chai": "^4.3.6",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
Expand Down

0 comments on commit 8ad9231

Please sign in to comment.