Skip to content

Commit

Permalink
Merge pull request #65 from arifszn/add-type-in-package-json
Browse files Browse the repository at this point in the history
Add `type` property to fix require error
  • Loading branch information
arifszn authored Feb 8, 2024
2 parents 805be1d + 050770c commit 696107a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vail",
"version": "1.0.0",
"version": "1.0.1",
"description": "Docker powered local development experience for JavaScript/TypeScript Apps.",
"license": "MIT",
"author": "arifszn",
Expand All @@ -11,6 +11,7 @@
"bugs": {
"url": "https://github.com/arifszn/vail/issues"
},
"type": "module",
"bin": {
"vail": "./src/index.js"
},
Expand Down

0 comments on commit 696107a

Please sign in to comment.