This commit is contained in:
Riordan Panayides 2023-04-13 13:18:56 +01:00
parent e285edd634
commit 150e85cfeb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/mango-feeds",
"version": "0.1.2",
"version": "0.1.3",
"description": "Typescript Client for mango-feeds.",
"repository": "https://github.com/blockworks-foundation/mango-feeds",
"author": {
@ -11,7 +11,7 @@
"sideEffects": false,
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],