mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-21 09:16:56 +01:00
Release 4.1.2
Fixing messed up 4.1.1 release. Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
parent
ea572804e3
commit
34233584e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
||||
.vscode
|
||||
|
||||
.env
|
||||
.genv
|
||||
|
||||
node_modules
|
||||
dist
|
||||
|
@ -12,6 +12,7 @@
|
||||
.vscode
|
||||
|
||||
.env
|
||||
.genv
|
||||
|
||||
node_modules
|
||||
package-lock.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",
|
||||
|
Loading…
Reference in New Issue
Block a user