Skip to content

Commit

Permalink
fix: updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Jul 18, 2022
1 parent 9e8c85e commit 4dc896c
Show file tree
Hide file tree
Showing 14 changed files with 30,591 additions and 17,958 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install dependencies
run: npx ci
- name: Install semantic-release extra plugins
Expand Down
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
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 lint-staged
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
15 changes: 14 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset']
env: {
test: {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current'
}
}
]
]
}
}
}
2 changes: 1 addition & 1 deletion dist/vue-modal.css

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

Loading

0 comments on commit 4dc896c

Please sign in to comment.