File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-ignite" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " Create new react native files that fit the IR workflow" ,
55 "files" : [
66 " index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-react-native-ignite" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " Create new react native files that fit the IR workflow" ,
55 "files" : [
66 " app" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ora from 'ora'
99
1010const igniteBase = 'ignite-base'
1111const lockedReactNativeVersion = '0.30.0'
12- const lockedIgniteVersion = '1.4.0 '
12+ const lockedIgniteVersion = '1.4.1 '
1313
1414const emptyFolder = ( folder ) => {
1515 Shell . rm ( '-rf' , folder )
You can’t perform that action at this time.
0 commit comments