Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhoucao committed Jan 29, 2019
1 parent 70c634c commit f5ffd35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "DUO Contract Wrapper",
"author": "FinBook Pte Ltd",
"main": "dist/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -64,5 +64,8 @@
"bugs": {
"url": "https://github.com/FinBook/duo-contract-wrapper/issues"
},
"homepage": "https://github.com/FinBook/duo-contract-wrapper#readme"
"homepage": "https://github.com/FinBook/duo-contract-wrapper#readme",
"files": [
"dist"
]
}

0 comments on commit f5ffd35

Please sign in to comment.