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

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abylaw committed Jul 16, 2019
1 parent 3b2d9c0 commit e919c37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/dai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerdao/dai",
"version": "0.16.5",
"version": "0.17.0",
"contributors": [
"Wouter Kampmann <[email protected]>",
"Sean Brennan <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,9 @@
"type": "git",
"url": "https://github.com/makerdao/dai.js.git"
},
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"module": "dist/src/index.js",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit e919c37

Please sign in to comment.