Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Aug 27, 2020
1 parent d905cce commit 063fc66
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houk",
"version": "3.0.0",
"version": "3.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -48,12 +48,14 @@
"unicorn/filename-case": "off",
"@typescript-eslint/explicit-function-return-type": "off"
},
"overrides": [{
"files": "**/__tests__/**",
"rules": {
"no-undef": "off"
"overrides": [
{
"files": "**/__tests__/**",
"rules": {
"no-undef": "off"
}
}
}],
],
"prettier": true
},
"prettier": {
Expand All @@ -70,4 +72,4 @@
"dependencies": {
"always-array": "^1.1.0"
}
}
}

0 comments on commit 063fc66

Please sign in to comment.