From 4040d1186dd7f9e37b4c3f73be6077aa17007ca9 Mon Sep 17 00:00:00 2001 From: sirromdev Date: Mon, 2 Mar 2020 20:13:01 +0000 Subject: [PATCH] dai-v0.27.0 --- packages/dai/package.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/packages/dai/package.json b/packages/dai/package.json index 79f36a3ea..7806d4965 100644 --- a/packages/dai/package.json +++ b/packages/dai/package.json @@ -1,6 +1,6 @@ { "name": "@makerdao/dai", - "version": "0.26.0", + "version": "0.27.0", "contributors": [ "Wouter Kampmann ", "Sean Brennan ", @@ -12,14 +12,7 @@ ], "description": "Library for interacting with the Dai Stablecoin System.", "license": "MIT", - "keywords": [ - "makerdao", - "mkr", - "dai", - "cdp", - "eth", - "margin" - ], + "keywords": ["makerdao", "mkr", "dai", "cdp", "eth", "margin"], "bugs": { "url": "https://github.com/makerdao/dai.js/issues", "email": "wouter@makerdao.com" @@ -28,9 +21,7 @@ "type": "git", "url": "https://github.com/makerdao/dai.js.git" }, - "files": [ - "dist/**/*" - ], + "files": ["dist/**/*"], "module": "dist/src/index.js", "main": "dist/src/index.js", "scripts": {