File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99PATH
1010 remote: .
1111 specs:
12- react_on_rails_pro (4.0.0.rc.3 )
12+ react_on_rails_pro (4.0.0.rc.4 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.9 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ReactOnRailsPro
4- VERSION = "4.0.0.rc.3 "
4+ VERSION = "4.0.0.rc.4 "
55 PROTOCOL_VERSION = "1.0.0"
66end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ scripts:
2828
2929 build :
3030 description : Build the project
31- script : tsc --project packages/node-renderer/src
31+ script : echo "building the project" && tsc --project packages/node-renderer/src
3232
3333 clean :
3434 description : Clean the project
Original file line number Diff line number Diff line change 11{
22 "name" : " @shakacode-tools/react-on-rails-pro-node-renderer" ,
3- "version" : " 4.0.0-rc.3 " ,
3+ "version" : " 4.0.0-rc.4 " ,
44 "protocolVersion" : " 1.0.0" ,
55 "description" : " react-on-rails-pro JavaScript for react_on_rails_pro Ruby gem" ,
66 "main" : " packages/node-renderer/dist/ReactOnRailsProNodeRenderer.js" ,
Original file line number Diff line number Diff line change 99PATH
1010 remote: ../..
1111 specs:
12- react_on_rails_pro (4.0.0.rc.3 )
12+ react_on_rails_pro (4.0.0.rc.4 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.9 )
You can’t perform that action at this time.
0 commit comments