Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Apr 10, 2019
1 parent 91af380 commit 5a78427
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
@@ -1,6 +1,6 @@
{
"name": "@asd14/blocks",
"version": "0.6.1",
"version": "0.6.2",
"description": "With a request, produce a response",
"homepage": "https://github.com/asd14/blocks",
"repository": {
Expand Down Expand Up @@ -28,7 +28,11 @@
"coverage:report": "NODE_ENV=test nyc npm test && nyc report --reporter=html",
"coverage": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"keywords": ["nodejs", "api", "server"],
"keywords": [
"nodejs",
"api",
"server"
],
"author": {
"name": "Andrei Dumitrescu",
"url": "https://github.com/andreidcm"
Expand Down

0 comments on commit 5a78427

Please sign in to comment.