Skip to content

Commit

Permalink
[Dev Deps] update eslint, tape, browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 20, 2018
1 parent 73b3732 commit 29477ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extends": "@ljharb",

"rules": {
"complexity": [2, 28],
"complexity": 0,
"consistent-return": 1,
"func-name-matching": 0,
"id-length": [2, { "min": 1, "max": 25, "properties": "never" }],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"browserify": "^14.4.0",
"browserify": "^16.1.1",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.9.0",
"eslint": "^4.19.0",
"evalmd": "^0.0.17",
"iconv-lite": "^0.4.19",
"mkdirp": "^0.5.1",
"qs-iconv": "^1.0.4",
"safe-publish-latest": "^1.1.1",
"safer-buffer": "^2.0.2",
"tape": "^4.8.0"
"tape": "^4.9.0"
},
"scripts": {
"prepublish": "safe-publish-latest && npm run dist",
Expand Down

0 comments on commit 29477ba

Please sign in to comment.