Skip to content

Commit

Permalink
🐛 fix wrong module path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuLemoine committed Jun 28, 2022
1 parent 1c18088 commit 3dd5b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "immersive",
"version": "1.8.1",
"version": "1.8.2",
"description": "A framework to build immersive CLIs & great developer tools.",
"main": "index.js",
"module": "src/main.js",
"module": "src/index.js",
"repository": "https://github.com/MatthieuLemoine/immersive",
"author": "MatthieuLemoine",
"license": "MIT",
Expand Down

0 comments on commit 3dd5b4a

Please sign in to comment.