Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 11, 2019
1 parent 50ffaeb commit 1304b22
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houk",
"version": "1.0.0",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -46,14 +46,16 @@
"@typescript-eslint/no-var-requires": "off",
"no-await-in-loop": "off"
},
"overrides": [{
"files": "**/tests/**",
"rules": {
"import/no-extraneous-dependencies": "off",
"import/no-unassigned-import": "off",
"no-undef": "off"
"overrides": [
{
"files": "**/tests/**",
"rules": {
"import/no-extraneous-dependencies": "off",
"import/no-unassigned-import": "off",
"no-undef": "off"
}
}
}],
],
"prettier": true
},
"prettier": {
Expand All @@ -66,4 +68,4 @@
"pre-push": "yarn test"
}
}
}
}

0 comments on commit 1304b22

Please sign in to comment.