Skip to content

Commit f465d0c

Browse files
committed
4.6.1
1 parent 35836d9 commit f465d0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-confirmation-code-field",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"main": "esm/index.js",
55
"types": "esm/index.d.ts",
66
"files": [
@@ -14,11 +14,10 @@
1414
"test": "jest --coverage",
1515
"lint": "eslint './src/*.{js,ts,tsx}' --quiet",
1616
"ts": "tsc --noEmit",
17-
"build": "rm -rf esm && tsc --outDir esm",
17+
"build": "rm -rf node_modules/@types/react-native && rm -rf esm && tsc --outDir esm",
1818
"postbuild": "prettier --write esm/*.js esm/*.d.ts",
1919
"docs": "yarn doctoc API.md",
20-
"prepublishOnly": "yarn docs && yarn build",
21-
"postinstall": "rm -rf node_modules/@types/react-native"
20+
"prepublishOnly": "yarn docs && yarn build"
2221
},
2322
"peerDependencies": {
2423
"react": ">=16.4.0",

0 commit comments

Comments
 (0)