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 1
1
{
2
2
"name" : " react-native-confirmation-code-field" ,
3
- "version" : " 7.6.0 " ,
3
+ "version" : " 7.6.1 " ,
4
4
"main" : " esm/index.js" ,
5
5
"types" : " esm/index.d.ts" ,
6
6
"files" : [
14
14
"test" : " jest --coverage" ,
15
15
"lint" : " eslint './src/*.{js,ts,tsx}' --quiet" ,
16
16
"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" ,
18
18
"postbuild" : " prettier --write esm/*.js esm/*.d.ts" ,
19
19
"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"
22
21
},
23
22
"peerDependencies" : {
24
23
"react" : " >=16.4.0" ,
You can’t perform that action at this time.
0 commit comments