Skip to content

Commit

Permalink
release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaestel committed Jul 12, 2017
1 parent e044df4 commit 2476ba1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tech-db",
"version": "4.0.1",
"version": "4.0.2",
"description": "Technical component to abstract db usage",
"license": "MIT",
"main": "techDb.js",
Expand Down Expand Up @@ -31,10 +31,18 @@
"node": true,
"es6": true
},
"extends": ["eslint:recommended"],
"extends": [
"eslint:recommended"
],
"rules": {
"linebreak-style": ["error", "unix"],
"max-params": ["warn", 3]
"linebreak-style": [
"error",
"unix"
],
"max-params": [
"warn",
3
]
}
}
}

0 comments on commit 2476ba1

Please sign in to comment.