Skip to content

Commit

Permalink
Add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
minagishl committed Oct 17, 2024
1 parent 276be04 commit 70e1d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@evacuate/translate",
"version": "1.3.0",
"description": "",
"packageManager": "[email protected]",
"homepage": "https://github.com/evacuate/translate#readme",
"bugs": {
"url": "https://github.com/evacuate/translate/issues"
Expand All @@ -12,6 +13,7 @@
},
"license": "MIT",
"author": "evacuate",

"type": "module",
"exports": {
"import": "./dist/index.js",
Expand All @@ -20,9 +22,7 @@
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "node scripts/rm.mjs dist && node scripts/build.mjs",
"check": "biome check ./src",
Expand Down

0 comments on commit 70e1d39

Please sign in to comment.