diff --git a/packages/dai/package.json b/packages/dai/package.json index d02d72ae6..580e4cb35 100644 --- a/packages/dai/package.json +++ b/packages/dai/package.json @@ -1,6 +1,6 @@ { "name": "@makerdao/dai", - "version": "0.32.14", + "version": "0.32.15", "contributors": [ "Wouter Kampmann ", "Sean Brennan ", @@ -50,7 +50,6 @@ "test:watch": "yarn test --watch", "test:mainnet": "export NETWORK='mainnet' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", "test:kovan": "export NETWORK='kovan' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", - "test:goerli": "export NETWORK='goerli' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", "test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json", "test:build": "yarn test --config ./test/config/jestBuildConfig.json", "repl": "../../node_modules/.bin/babel-node --experimental-repl-await scripts/repl.js"