Skip to content

Commit

Permalink
Package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterCode committed Jun 28, 2018
1 parent 180e401 commit 0deb9cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"vows": "0.8.0"
},
"main": "./lib/winston-loggly",
"scripts": { "test": "vows --spec" },
"engines": { "node": ">= 6.4.0" }
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 6.4.0"
}
}

0 comments on commit 0deb9cf

Please sign in to comment.