Skip to content

Commit

Permalink
Merge pull request #207 from bigchaindb/greenkeeper/eslint-5.0.0
Browse files Browse the repository at this point in the history
Update eslint to the latest version 馃殌
  • Loading branch information
Manolo committed Jun 25, 2018
2 parents a3ff691 + df0b3d5 commit 3dbee07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "./dist/node/index.js",
"browser": "./dist/browser/bigchaindb-driver.cjs2.min.js",
"scripts": {
"lint": "eslint ./{src,test,examples}",
"lint": "eslint ./{src,test,examples}/**/*.js",
"build": "npm run clean && npm run build:cjs && npm run build:dist",
"build:bundle": "webpack",
"build:cjs": "cross-env BABEL_ENV=cjs babel ./src -d dist/node",
Expand Down Expand Up @@ -51,7 +51,7 @@
"babel-runtime": "^6.26.0",
"cross-env": "^5.2.0",
"documentation": "^8.0.0",
"eslint": "^4.19.1",
"eslint": "^5.0.0",
"eslint-config-ascribe": "^3.0.5",
"eslint-plugin-import": "^2.9.0",
"husky": "^0.14.3",
Expand Down Expand Up @@ -106,4 +106,4 @@
],
"babel": "inherit"
}
}
}

0 comments on commit 3dbee07

Please sign in to comment.