Skip to content

Commit

Permalink
chore: maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Oct 26, 2022
1 parent 1618c86 commit ca03824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm release --dry-run
run: pnpm release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
}
},
"type": "module",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"private": false,
"repository": "https://github.com/meza/jest-chance",
"license": "MIT",
Expand Down

0 comments on commit ca03824

Please sign in to comment.