Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neikvon committed Dec 8, 2017
1 parent 7c8420a commit b05dbd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbi",
"version": "3.0.4",
"version": "3.0.5",
"description": "Node.js workflow tool.",
"engines": {
"node": ">= 7.6.0",
Expand Down Expand Up @@ -57,7 +57,9 @@
"xo": {
"esnext": true,
"globals": [],
"ignores": ["test/**"],
"ignores": [
"test/**"
],
"plugins": [],
"semicolon": false,
"space": 2,
Expand All @@ -75,14 +77,19 @@
],
"no-use-extend-native/no-use-extend-native": 0,
"no-extend-native": 0,
"max-depth": ["error", 6],
"max-depth": [
"error",
6
],
"complexity": [
"error",
{
"max": 25
}
],
"operator-linebreak": [0]
"operator-linebreak": [
0
]
}
},
"config": {
Expand Down

0 comments on commit b05dbd8

Please sign in to comment.