Skip to content

Commit

Permalink
fix: patch distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh committed Apr 25, 2022
1 parent a7ea54e commit 3ad1bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@henrycunh/ev",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"link": "nr build && pnpm link --global",
"unlink": "pnpm unlink --global",
"publish": "node scripts/publish.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "eval $(npx ev) && echo $teste"
},
"bin": {
"ev": "./dist/index.js"
Expand Down

0 comments on commit 3ad1bf3

Please sign in to comment.