Skip to content

Commit 102b59e

Browse files
committed
Added .gitignore and made minor change to README.md. Bumping to v0.3.1.
1 parent cde83df commit 102b59e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.project
3+
.settings

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Known Vulnerabilities](https://snyk.io/test/github/kurtkincaid/bunyan-arangodb/badge.svg)](https://snyk.io/test/github/kurtkincaid/bunyan-arangodb)
44

5-
A simple and configurable ArangoDB for Bunyan.
5+
A simple and configurable ArangoDB for Bunyan. The module itself is relatively simple, so it should work with most version of ArangoDB and the module dependencies.
66

77
Please note: This module will not create the database and/or collection for you. These must already exist in your ArangoDB instance when your code is run.
88

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileOverview Bunyan stream for ArangoDB
33
* @author Kurt Kincaid
4-
* @version 0.3.0
4+
* @version 0.3.1
55
*/
66

77
var url = require( 'url' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bunyan-arangodb",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bunyan stream for ArangoDB",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)