mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Release 3.1.1
This commit is contained in:
parent
84bbd46d01
commit
0960a5adb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.sublime-workspace
|
||||
.DS_Store
|
||||
|
||||
.env
|
||||
|
||||
|
22
.npmignore
22
.npmignore
@ -0,0 +1,22 @@
|
||||
*.seed
|
||||
*.log
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
.idea
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.sublime-workspace
|
||||
.DS_Store
|
||||
|
||||
.env
|
||||
|
||||
node_modules
|
||||
package-lock.json
|
||||
coverage
|
||||
coverage.lcov
|
||||
.nyc_output
|
||||
yarn.lock
|
||||
|
||||
docs/build/
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bigchaindb-driver",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Node.js driver for BigchainDB",
|
||||
"homepage": "https://www.bigchaindb.com/",
|
||||
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
|
||||
|
Loading…
Reference in New Issue
Block a user