File tree Expand file tree Collapse file tree 2 files changed +1431
-20
lines changed Expand file tree Collapse file tree 2 files changed +1431
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-css" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"exports" : {
5
5
"." : {
6
6
"source" : " ./src/index.ts" ,
78
78
"build" : " bob build" ,
79
79
"prepublishOnly" : " bob build" ,
80
80
"prepare" : " bob build" ,
81
- "example" : " yarn workspace react-native-css-example"
81
+ "example" : " yarn workspace react-native-css-example" ,
82
+ "release" : " release-it" ,
83
+ "release:nightly" : " release-it 3.0.0-nightly.\" $(git rev-parse --short HEAD)\" --npm.tag=beta"
82
84
},
83
85
"keywords" : [
84
86
" react-native" ,
146
148
"react-native-reanimated" : " ~4.0.0-beta.5" ,
147
149
"react-native-safe-area-context" : " 5.4.0" ,
148
150
"react-native-worklets" : " 0.4.0-nightly-20250714-d172fe136" ,
151
+ "release-it" : " ^19.0.4" ,
149
152
"typescript" : " ^5.8.3" ,
150
153
"typescript-eslint" : " ^8.37.0"
151
154
},
You can’t perform that action at this time.
0 commit comments