Skip to content

Commit

Permalink
fix: autocomplete, remove mjs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-85 committed Jan 17, 2025
1 parent 6efbeac commit 434c805
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
Expand Up @@ -2,8 +2,9 @@
"name": "@aresrpg/aresrpg-world",
"version": "1.7.3",
"description": "Procedural voxel terrain generation for AresRPG",
"type": "module",
"source": "src/index.ts",
"main": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"scripts": {
"watch": "tsc --watch",
Expand Down

0 comments on commit 434c805

Please sign in to comment.