Skip to content

Commit

Permalink
chore(package.json): add typings and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Oct 25, 2020
1 parent da92d61 commit 882ef37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-development",
"description": "Change number to Thai pronunciation string",
"main": "src/index.js",
"typings": "src/index.js",
"scripts": {
"jest": "jest",
"jest.watch": "npm run test -- --watch",
Expand All @@ -24,8 +25,12 @@
"url": "https://github.com/jojoee/bahttext.git"
},
"keywords": [
"thai",
"baht",
"text"
"text",
"number",
"convert",
"thai baht"
],
"author": "Nathachai Thongniran <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 882ef37

Please sign in to comment.