Skip to content

Commit

Permalink
build: release version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anday013 committed Apr 7, 2024
1 parent 20bea96 commit d8fd4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-otp-entry",
"version": "1.6.0",
"version": "1.6.1",
"description": "A fully modifiable OTP Input Component for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"test:coverage": "jest --collectCoverage --coverageDirectory=\"./coverage\"",
"build:dev": "tsc",
"build:prod": "tsc -p tsconfig.prod.json",
"prepublishOnly": "npm run build:prod"
"prepublishOnly": "npm install && npm run build:prod"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit d8fd4c3

Please sign in to comment.