Skip to content

Commit

Permalink
Merge pull request #34 from lecoueyl/dev
Browse files Browse the repository at this point in the history
feat(table): add null density
  • Loading branch information
lecoueyl authored May 24, 2022
2 parents 1901554 + 47d1d05 commit d042180
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname $0)/_/husky.sh"
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lint": "vue-cli-service lint",
"test": "pnpm run test:unit",
"test:unit": "vue-cli-service test:unit",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
Expand All @@ -50,15 +51,15 @@
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "^1.2.2",
"babel-eslint": "^10.1.0",
"core-js": "^3.20.2",
"core-js": "^3.22.6",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^7.18.0",
"feather-icons": "^4.28.0",
"husky": "^7.0.2",
"feather-icons": "^4.29.0",
"husky": "^8.0.0",
"pinst": "^2.1.6",
"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup": "^2.74.1",
"semantic-release": "^17.4.7",
"tailwindcss": "^2.2.19",
"vue": "^2.6.14",
Expand Down
103 changes: 63 additions & 40 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/components/table/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<script>
const validator = {
density: [
'none',
'tight',
'normal',
],
Expand Down

0 comments on commit d042180

Please sign in to comment.