Skip to content

Commit

Permalink
package-json: add "main" property to fix next.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus committed Dec 21, 2021
1 parent 5af78d5 commit 771d07f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,8 @@
{
"name": "react-gbajs",
"version": "1.0.0",
"version": "1.0.2",
"description": "GBA emulator and wrapper for React",
"main": "dist/react-gbajs.js",
"browser": "dist/react-gbajs.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 771d07f

Please sign in to comment.