gun-eth 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  define(["gun", "gun/sea", "ethers"], factory);
4
4
  } else if (typeof module === "object" && module.exports) {
5
5
  module.exports = factory(
6
- require("gun/gun"),
6
+ require("gun"),
7
7
  require("gun/sea"),
8
8
  require("ethers")
9
9
  );