gun-eth 1.4.18 → 1.4.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -14
package/package.json CHANGED
@@ -1,20 +1,7 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
- "main": "dist/gun-eth.cjs.js",
6
- "module": "dist/gun-eth.esm.js",
7
- "browser": "dist/gun-eth.min.js",
8
- "unpkg": "dist/gun-eth.min.js",
9
- "types": "dist/types/index.d.ts",
10
- "type": "module",
11
- "exports": {
12
- ".": {
13
- "import": "./dist/gun-eth.esm.js",
14
- "require": "./dist/gun-eth.cjs.js",
15
- "browser": "./dist/gun-eth.min.js"
16
- }
17
- },
18
5
  "scripts": {
19
6
  "clean": "rimraf dist",
20
7
  "build": "npm run clean && rollup -c",