v0.1.3
This commit is contained in:
parent
e285edd634
commit
150e85cfeb
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue