Skip to content

Commit

Permalink
Fixed a forgetting to add types.
Browse files Browse the repository at this point in the history
  • Loading branch information
minagishl committed Oct 10, 2024
1 parent 9c6875e commit c8ccd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evacuate/translate",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"homepage": "https://github.com/evacuate/translate#readme",
"bugs": {
Expand All @@ -15,6 +15,7 @@
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "node scripts/rm.mjs dist && node scripts/build.mjs",
Expand Down

0 comments on commit c8ccd50

Please sign in to comment.