Skip to content

Commit

Permalink
chore(package): treat package as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Aug 30, 2024
1 parent 3354455 commit 2b8721e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Farmhand uses a [SemVer](https://semver.org/)-like versioning system. It differs

## Project overview

- This project is built with [Create React App](https://create-react-app.dev/), so please refer to the documentation of that project to learn about the development toolchain.
- This project uses [Vite](https://vitejs.dev/), so please refer to the documentation of that project to learn about the development toolchain.
- Farmhand uses [Piskel](https://www.piskelapp.com/) for the art assets.

## Running locally
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"main": "public/electron.js",
"unpkg": "build/index.html",
"homepage": "https://www.farmhand.life/",
"type": "module",
"scripts": {
"build": "vite build",
"build:native": "npm run build -- --base='./' && electron-builder --publish=always",
Expand Down

0 comments on commit 2b8721e

Please sign in to comment.