Skip to content

Commit

Permalink
Merge pull request #2 from hugebdu/master
Browse files Browse the repository at this point in the history
move eslint to devDeps
  • Loading branch information
dimichgh committed Aug 26, 2020
2 parents ec0771a + 0e3003a commit 641ee82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/dimichgh/async-local#readme",
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-ebay": "^1.1.1",
"eslint-plugin-mocha": "^6.1.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
},
"dependencies": {
"emitter-listener": "^1.1.2",
"eslint": "^6.3.0",
"eslint-config-ebay": "^1.1.1",
"eslint-plugin-mocha": "^6.1.0"
"emitter-listener": "^1.1.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
Expand Down

0 comments on commit 641ee82

Please sign in to comment.