diff --git a/package.json b/package.json index 35774e4..5f3693e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "currency-kr", - "version": "0.0.9", + "version": "0.0.10", "description": "한국 통화, 한글단위 원", - "main": "index.js", + "main": "./dist/index.js", "scripts": { "compile": "tsc", "test": "jest --watch"