Skip to content

Commit

Permalink
Merge pull request #302 from bigchaindb/fix-npm-release
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
davie0 authored May 12, 2020
2 parents ea57280 + 3423358 commit f08ea00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.vscode

.env
.genv

node_modules
dist
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.vscode

.env
.genv

node_modules
package-lock.json
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f08ea00

Please sign in to comment.