feat(about): Adding npm version to JSON RPC About endpoint output

This commit is contained in:
Chris Troutner
2021-08-03 13:05:45 -07:00
parent fde8b16fef
commit 72ac73c410
4 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipfs-service-provider",
"version": "1.0.0",
"version": "1.3.0",
"description": "A Koa-based combination of a REST API and IPFS JSON RPC. Boilerplate for starting new projects.",
"main": "index.js",
"scripts": {