Skip to content

Commit f08ea00

Browse files
authored
Merge pull request #302 from bigchaindb/fix-npm-release
Release 4.1.2
2 parents ea57280 + 3423358 commit f08ea00

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.vscode
1313

1414
.env
15+
.genv
1516

1617
node_modules
1718
dist

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.vscode
1313

1414
.env
15+
.genv
1516

1617
node_modules
1718
package-lock.json

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigchaindb-driver",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Node.js driver for BigchainDB",
55
"homepage": "https://www.bigchaindb.com/",
66
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
@@ -52,13 +52,13 @@
5252
"babel-runtime": "^6.26.0",
5353
"cross-env": "^5.2.0",
5454
"documentation": "^10.1.0",
55-
"eslint": "^5.0.1",
55+
"eslint": "^5.16.0",
5656
"eslint-config-ascribe": "^3.0.5",
5757
"eslint-plugin-import": "^2.13.0",
5858
"husky": "^2.1.0",
5959
"lint-staged": "^8.0.0",
6060
"nyc": "^14.0.0",
61-
"release-it": "^12.2.0",
61+
"release-it": "^12.6.3",
6262
"rimraf": "^2.6.2",
6363
"sinon": "^7.3.2",
6464
"webpack": "^4.28.4",

0 commit comments

Comments
 (0)