Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed May 18, 2021
1 parent c33c20c commit fcd230b
Show file tree
Hide file tree
Showing 7 changed files with 4,621 additions and 3,581 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
3 changes: 3 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
HUSKY_GIT_PARAMS=$1 node ./node_modules/@adonisjs/mrm-preset/validate-commit/conventional/validate.js
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx doctoc README.md --title='## Table of contents'
git add README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# adonis-mix-asset
# Adonis Mix Asset
> Laravel Mix for Asset Bundler on AdonisJS v5
[![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
Expand Down
3 changes: 1 addition & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"core": false,
"ts": true,
"license": "MIT",
"services": [],
"minNodeVersion": "14.15.4",
"minNodeVersion": "14.17.0",
"probotApps": []
}
Loading

0 comments on commit fcd230b

Please # to comment.