Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 18ff1d1

Browse files
5.3.0
1 parent 295ae26 commit 18ff1d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-javascript",
33
"description": "Write bulletproof JavaScript like a pro!",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"author": "Robert Rossmann <robert.rossmann@strv.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/js-coding-standards/issues"
@@ -17,7 +17,7 @@
1717
"license": "BSD-3-Clause",
1818
"main": "default",
1919
"peerDependencies": {
20-
"eslint": "^3.3.0"
20+
"eslint": "^3.4.0"
2121
},
2222
"repository": {
2323
"type": "git",
@@ -27,6 +27,6 @@
2727
"lint": "eslint standard environments coding-styles unused.js default.js"
2828
},
2929
"devDependencies": {
30-
"eslint": "^3.3.0"
30+
"eslint": "^3.4.0"
3131
}
3232
}

0 commit comments

Comments
 (0)