Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
dai-plugin-governance-v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
levity committed Jan 11, 2020
1 parent b944b7f commit fed24f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
22 changes: 0 additions & 22 deletions packages/dai-plugin-governance/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/dai-plugin-governance/babel.config.js
5 changes: 3 additions & 2 deletions packages/dai-plugin-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-governance",
"description": "A dai.js plugin for adding MKR governance support to dapps.",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,8 @@
"web3-utils": "^1.0.0-beta.36"
},
"scripts": {
"build": "./scripts/build.sh",
"build": "../../scripts/build.sh",
"prepublishOnly": "yarn build",
"testchain": "../../scripts/run-testchain.sh",
"test": "yarn testchain --ci jest --runInBand --config ./test/config/jestTestchainConfigOriginal.json",
"test:integration": "jest --runInBand --config ./test/config/jestIntegrationConfig.json"
Expand Down

0 comments on commit fed24f6

Please sign in to comment.