mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-21 17:26: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
|
.vscode
|
||||||
|
|
||||||
.env
|
.env
|
||||||
|
.genv
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
.env
|
.env
|
||||||
|
.genv
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bigchaindb-driver",
|
"name": "bigchaindb-driver",
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"description": "Node.js driver for BigchainDB",
|
"description": "Node.js driver for BigchainDB",
|
||||||
"homepage": "https://www.bigchaindb.com/",
|
"homepage": "https://www.bigchaindb.com/",
|
||||||
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
|
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
|
||||||
@ -52,13 +52,13 @@
|
|||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"documentation": "^10.1.0",
|
"documentation": "^10.1.0",
|
||||||
"eslint": "^5.0.1",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-ascribe": "^3.0.5",
|
"eslint-config-ascribe": "^3.0.5",
|
||||||
"eslint-plugin-import": "^2.13.0",
|
"eslint-plugin-import": "^2.13.0",
|
||||||
"husky": "^2.1.0",
|
"husky": "^2.1.0",
|
||||||
"lint-staged": "^8.0.0",
|
"lint-staged": "^8.0.0",
|
||||||
"nyc": "^14.0.0",
|
"nyc": "^14.0.0",
|
||||||
"release-it": "^12.2.0",
|
"release-it": "^12.6.3",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"sinon": "^7.3.2",
|
"sinon": "^7.3.2",
|
||||||
"webpack": "^4.28.4",
|
"webpack": "^4.28.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user