21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-01 16:30:49 +02:00

[yarn] rails-ujs

This commit is contained in:
Colin Darie 2018-05-23 17:58:50 +02:00
parent cd4286d023
commit ca4405139e
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 9 additions and 1 deletions

View file

@ -9,3 +9,6 @@
import 'bootstrap'
import './src/application.scss'
import Rails from 'rails-ujs';
Rails.start()

View file

@ -5,7 +5,8 @@
"@rails/webpacker": "3.5",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
"popper.js": "^1.14.3",
"rails-ujs": "^5.2.0"
},
"devDependencies": {
"webpack-dev-server": "2.11.2"

View file

@ -4622,6 +4622,10 @@ querystringify@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.0.0.tgz#fa3ed6e68eb15159457c89b37bc6472833195755"
rails-ujs@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/rails-ujs/-/rails-ujs-5.2.0.tgz#d93f7a969a226c0ae67044172955be8c1cdf49fc"
randomatic@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.0.0.tgz#d35490030eb4f7578de292ce6dfb04a91a128923"