File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
react-native-nitro-web-image Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-nitro-image" ,
33 "version" : " 0.9.1" ,
4- "description" : " react-native-nitro-image " ,
4+ "description" : " A superfast in-memory Image type and view component for React Native, built with Nitro! " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/index.d.ts" ,
3131 " README.md"
3232 ],
3333 "scripts" : {
34- "build" : " rm -rf tsconfig.tsbuildinfo && rm -rf lib && bun typecheck && bob build" ,
34+ "build" : " rm -rf tsconfig.tsbuildinfo && rm -rf lib && bun typecheck && bob build" ,
3535 "postinstall" : " tsc || exit 0;" ,
3636 "typecheck" : " tsc --noEmit" ,
3737 "clean" : " rm -rf android/build node_modules/**/android/build lib" ,
4747 ],
4848 "repository" : {
4949 "type" : " git" ,
50- "url" : " git+https://github.com/mrousavy/react-native-nitro-image.git"
50+ "url" : " git+https://github.com/mrousavy/react-native-nitro-image.git" ,
51+ "directory" : " packages/react-native-nitro-image"
5152 },
5253 "author" : " Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)" ,
5354 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-nitro-web-image" ,
33 "version" : " 0.9.1" ,
4- "description" : " react-native-nitro-web-image " ,
4+ "description" : " A superfast in-memory Image type and view component for React Native Web, built with Nitro! " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/index.d.ts" ,
4646 ],
4747 "repository" : {
4848 "type" : " git" ,
49- "url" : " git+https://github.com/mrousavy/react-native-nitro-web-image.git"
49+ "url" : " git+https://github.com/mrousavy/react-native-nitro-image.git" ,
50+ "directory" : " packages/react-native-nitro-web-image"
5051 },
5152 "author" : " Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)" ,
5253 "license" : " MIT" ,
5354 "bugs" : {
54- "url" : " https://github.com/mrousavy/react-native-nitro-web- image/issues"
55+ "url" : " https://github.com/mrousavy/react-native-nitro-image/issues"
5556 },
56- "homepage" : " https://github.com/mrousavy/react-native-nitro-web- image#readme" ,
57+ "homepage" : " https://github.com/mrousavy/react-native-nitro-image#readme" ,
5758 "publishConfig" : {
5859 "registry" : " https://registry.npmjs.org/"
5960 },
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ echo "Provided options: $@"
77
88echo " Publishing 'react-native-nitro-image' to NPM"
99cd packages/react-native-nitro-image
10+ cp ../../README.md README.md
1011bun release $@
12+ rm README.md
1113
1214echo " Publishing 'react-native-nitro-web-image' to NPM"
1315cd ../react-native-nitro-web-image
16+ cp ../../README.md README.md
1417bun release $@
18+ rm README.md
1519
1620echo " Creating a Git bump commit and GitHub release"
1721cd ../..
You can’t perform that action at this time.
0 commit comments