Skip to content

Commit

Permalink
Finance: fix package.json paths (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Jul 29, 2020
1 parent ba47c0c commit 50823d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/connect-finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "@aragon/connect-finance",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc --build",
Expand Down

0 comments on commit 50823d2

Please sign in to comment.