Skip to content

Commit

Permalink
Merge pull request #10 from permaficus/dev-branch
Browse files Browse the repository at this point in the history
chore: update package.json
  • Loading branch information
permaficus authored Jun 5, 2024
2 parents 15b895b + 9f75e4c commit 1bd1da1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "enmav",
"version": "0.3.4",
"version": "0.4.18",
"main": "pub/src/index.js",
"scripts": {
"build": "rm -rf pub && node vupd.js && tsc"
"build:tsc": "rm -rf pub && node vupd.js && tsc"
},
"bin": {
"enmav": "pub/src/bin/cli.js"
Expand All @@ -19,7 +19,8 @@
"auto versioning",
"npm versioning",
"package versioning",
"version updater"
"version updater",
"semantic versioning"
],
"author": "permaficus<abukhalif2019@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 1bd1da1

Please sign in to comment.