Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfay committed Sep 2, 2017
1 parent a7468c5 commit c57c78b
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "massive",
"version": "3.2.2",
"version": "3.3.0",
"description": "A small query tool for Postgres that embraces json and makes life simpler",
"homepage": "https://dmfay.github.io/massive-js/",
"bugs": "https://github.com/dmfay/massive-js/issues",
Expand Down Expand Up @@ -76,7 +76,10 @@
},
"rules": {
"semi": 2,
"eqeqeq": [2, "smart"]
"eqeqeq": [
2,
"smart"
]
}
}
}

0 comments on commit c57c78b

Please sign in to comment.