Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Jun 19, 2016
1 parent 445c3ed commit 8a2995b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rollodeqc-gh-bookworm",
"version": "0.3.0",
"version": "0.3.1",
"description": "Rate limited HTTP query iterator.",
"license": "AGPL-3.0",
"repository": "millette/rollodeqc-gh-bookworm",
Expand All @@ -9,7 +9,9 @@
"email": "robin@millette.info",
"url": "http://robin.millette.info"
},
"engines": { "node": ">=4" },
"engines": {
"node": ">=4"
},
"scripts": {
"test": "standard && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
Expand Down

0 comments on commit 8a2995b

Please sign in to comment.