diff --git a/.gitignore b/.gitignore index 876b2a9..96be04f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ .vscode .env +.genv node_modules dist diff --git a/.npmignore b/.npmignore index f7df0c5..9126738 100644 --- a/.npmignore +++ b/.npmignore @@ -12,6 +12,7 @@ .vscode .env +.genv node_modules package-lock.json diff --git a/package.json b/package.json index e6e1fed..fef4435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigchaindb-driver", - "version": "4.1.1", + "version": "4.1.2", "description": "Node.js driver for BigchainDB", "homepage": "https://www.bigchaindb.com/", "bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues", @@ -52,13 +52,13 @@ "babel-runtime": "^6.26.0", "cross-env": "^5.2.0", "documentation": "^10.1.0", - "eslint": "^5.0.1", + "eslint": "^5.16.0", "eslint-config-ascribe": "^3.0.5", "eslint-plugin-import": "^2.13.0", "husky": "^2.1.0", "lint-staged": "^8.0.0", "nyc": "^14.0.0", - "release-it": "^12.2.0", + "release-it": "^12.6.3", "rimraf": "^2.6.2", "sinon": "^7.3.2", "webpack": "^4.28.4",