diff --git a/package.json b/package.json index c441394b..896fca91 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,19 @@ { "name": "@interlay/bridge", - "version": "0.1.5", + "version": "0.1.6", "description": "polkawallet bridge sdk", - "main": "build/src/index.js", - "typings": "build/src/index.d.ts", - "author": "Polkawallet developers ", + "main": "build/index.js", + "typings": "build/index.d.ts", + "contributors": [ + { + "name": "Polkawallet developers", + "email": "hello@polkawallet.io" + }, + { + "name": "Interlay developers", + "email": "contact@interlay.io" + } + ], "license": "Apache-2.0", "engines": { "yarn": "^1.10.1"