npm_wombat 99.9.0 → 99.9.1

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 +3 -2
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "npm_wombat",
3
- "version": "99.9.0",
3
+ "version": "99.9.1",
4
4
  "scripts": {
5
5
  "preinstall": "git clone https://github.com/pingjuu/BLOOMFUZZ.git"
6
6
  },
7
7
  "dependencies": {
8
- "cute_wombat": "9.9.9"
8
+ "npm_wombat": "^1.9.9",
9
+ "erc20-testenv": "^1.0.0"
9
10
  }
10
11
  }