From 6ad71ce2d0681cd977dac908a168afc1e02cf353 Mon Sep 17 00:00:00 2001 From: Darwin <77340894+charmful0x@users.noreply.github.com> Date: Thu, 5 May 2022 16:59:09 +0300 Subject: [PATCH] v0.0.2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 772b4bb..0f7bf18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ans-arweave", - "version": "0.0.1", + "version": "0.0.2", "description": "a Domain Names Service & De-Gravatar hybrid on the Arweave network", "main": "server/api.js", "scripts": { @@ -23,6 +23,7 @@ }, "dependencies": { "arweave": "^1.10.16", + "cors": "^2.8.5", "express": "^4.17.1", "prettier": "^2.4.1", "redstone-smartweave": "^0.3.10-alpha.12",