Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpage-godaddy committed Apr 2, 2020
1 parent 3ccf45f commit 66d8d0b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "slay-log",
"version": "2.3.0",
"version": "2.3.1",
"description": "Standard, sane defaults for logging in slay apps.",
"scripts": {
"pretest": "npm run lint",
"eslint": "eslint --fix index.js test/*test.js",
"lint": "npm run eslint",
"test": "nyc mocha --reporter spec test/*test.js"
},
"files": ["index.js"],
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git@github.com:godaddy/slay-log.git"
Expand Down

0 comments on commit 66d8d0b

Please sign in to comment.