Skip to content

Commit

Permalink
ready for v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neikvon committed Dec 6, 2017
1 parent 9419ea4 commit e9d1e2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbi",
"version": "3.0.0-beta.20",
"version": "3.0.0",
"description": "Node.js workflow tool.",
"engines": {
"node": ">= 7.6.0",
Expand Down Expand Up @@ -74,7 +74,10 @@
],
"no-use-extend-native/no-use-extend-native": 0,
"no-extend-native": 0,
"max-depth": ["error", 6],
"max-depth": [
"error",
6
],
"complexity": [
"error",
{
Expand Down

0 comments on commit e9d1e2b

Please sign in to comment.