Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from HugoDF/dependabot/npm_and_yarn/xo-0.32.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump xo from 0.30.0 to 0.32.0
  • Loading branch information
HugoDF authored Jun 4, 2020
2 parents 0f60595 + 213060a commit c5a2e37
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 173 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jsdoc": "^3.6.4",
"np": "^6.2.1",
"tsd-jsdoc": "^2.5.0",
"xo": "^0.30.0"
"xo": "^0.32.0"
},
"xo": {
"prettier": true,
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config();
let Alpine;
try {
Alpine = require('alpinejs');
} catch (_) {
} catch {
throw new Error(
"Alpine.js npm module ('alpinejs') not found - try installing it with `npm install --save-dev alpinejs`"
);
Expand Down
Loading

0 comments on commit c5a2e37

Please sign in to comment.