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

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into umd-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Apr 30, 2020
2 parents 9c16aa0 + b942ab7 commit 36426cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('SCD to MCD CDP Migration', () => {
});
});

describe.each(['MKR', 'DEBT', 'GEM'])('pay with %s', payment => {
describe.each(['DEBT', 'GEM'])('pay with %s', payment => {
let cdp, proxyAddress;

beforeEach(async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-scd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-scd",
"description": "Plugin to add Single-Collateral Dai support to dai.js",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"main": "dist/src/index.js",
"browser": "umd/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/dai-plugin-scd/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ babel src --out-dir ./dist/src

copyfiles \
contracts/abis/* \
contracts/abiMap.json \
src/config/presets/* \
contracts/addresses/* \
contracts/abiMap.json \
Expand Down

0 comments on commit 36426cd

Please sign in to comment.