gun-eth 1.4.20 → 1.4.21

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 -13
package/package.json CHANGED
@@ -1,19 +1,7 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
- "type": "module",
6
- "main": "dist/gun-eth.cjs.js",
7
- "module": "dist/gun-eth.esm.js",
8
- "browser": "dist/gun-eth.min.js",
9
- "unpkg": "dist/gun-eth.min.js",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/gun-eth.esm.js",
13
- "require": "./dist/gun-eth.cjs.js",
14
- "browser": "./dist/gun-eth.min.js"
15
- }
16
- },
17
5
  "scripts": {
18
6
  "clean": "rimraf dist",
19
7
  "build": "npm run clean && rollup -c",