Skip to content

Commit

Permalink
Update rails js packages to official version
Browse files Browse the repository at this point in the history
Update rails js packages to official version instead of alpha version
  • Loading branch information
danglduy committed Aug 22, 2019
1 parent 3ec1dad commit b2f3a8a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,10 +2,10 @@
"name": "<%= app_name %>",
"private": true,
"dependencies": {
"@rails/ujs": "^6.0.0-alpha"<% unless options[:skip_turbolinks] %>,
"@rails/ujs": "^6.0.0"<% unless options[:skip_turbolinks] %>,
"turbolinks": "^5.2.0"<% end -%><% unless skip_active_storage? %>,
"@rails/activestorage": "^6.0.0-alpha"<% end -%><% unless options[:skip_action_cable] %>,
"@rails/actioncable": "^6.0.0-alpha"<% end %>
"@rails/activestorage": "^6.0.0"<% end -%><% unless options[:skip_action_cable] %>,
"@rails/actioncable": "^6.0.0"<% end %>
},
"version": "0.1.0"
}

0 comments on commit b2f3a8a

Please sign in to comment.