mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
module, browser, files (umd/unpkg)
This commit is contained in:
parent
b07058b062
commit
5f283ff1c7
@ -3,6 +3,9 @@
|
|||||||
"version": "0.1.20",
|
"version": "0.1.20",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "dist/squid.js",
|
"main": "dist/squid.js",
|
||||||
|
"module": "dist/esm/squid.js",
|
||||||
|
"browser": "dist/umd/squid.min.js",
|
||||||
|
"files": ["dist/umd"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"test:watch": "mocha -w --watch-extensions js,ts,json",
|
"test:watch": "mocha -w --watch-extensions js,ts,json",
|
||||||
|
Loading…
Reference in New Issue
Block a user