From 5012ff3455a1c459ef6b2937041586e622eb13d8 Mon Sep 17 00:00:00 2001 From: Axe Date: Fri, 7 Jan 2022 11:37:27 +0000 Subject: [PATCH] update package info (#94) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ac9414bf..65c3e46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superfluid-sentinel", - "version": "0.1.0", + "version": "0.9.0", "description": "Superfluid Sentinel", "main": "main.js", "scripts": { @@ -14,8 +14,8 @@ "test-unit": "node_modules/.bin/mocha test/unit-tests/*.js", "test": "npm run test-unit && npm run test-node && npm run test-gas && npm run test-ida && npm run test-cfa && npm run test-batch" }, - "keywords": [], - "author": "", + "keywords": ["superfluid", "sentinel", "liquidator", "solvency"], + "author": "Superfluid", "license": "MIT", "dependencies": { "@decentral.ee/web3-helpers": "^0.5.3",