Skip to content

Commit

Permalink
리소스 파일명 case sensitive하게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SoleeChoi committed Nov 19, 2020
1 parent 3133548 commit 49957b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "iamport-rest-client-nodejs",
"version": "0.9.0",
"description": "NodeJS용 아임포트 REST API Client 입니다.",
"main": "dist/iamport.js",
"types": "dist/iamport.d.ts",
"main": "dist/Iamport.js",
"types": "dist/Iamport.d.ts",
"scripts": {
"start": "npm start",
"lint": "tslint -p tsconfig.json",
Expand Down

0 comments on commit 49957b4

Please sign in to comment.