Skip to content

Commit

Permalink
Merge pull request #20 from donaldp/fix/main-module
Browse files Browse the repository at this point in the history
Fix/main module
  • Loading branch information
donaldp authored Dec 7, 2022
2 parents 4aa52ec + e39bdc4 commit 2077d4d
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,6 +1,6 @@
{
"name": "imba-shell",
"version": "0.5.0",
"version": "0.5.1",
"description": "Interactive debugger and REPL for Imba.",
"keywords": [
"imba",
Expand All @@ -11,7 +11,7 @@
],
"author": "Donald Pakkies",
"license": "MIT",
"main": "lib/index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"bugs": "https://github.com/donaldp/imba-shell/issues",
"homepage": "https://github.com/donaldp/imba-shell",
Expand Down

0 comments on commit 2077d4d

Please sign in to comment.