File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments