chore(deps): update @standardnotes/components (#1077)

This commit is contained in:
Johnny A
2022-06-09 12:34:06 -04:00
committed by GitHub
parent 206b04b780
commit 3a152643e4
20 changed files with 325 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
"start": "bundle exec rails s -b 0.0.0.0",
"start:no-binding": "bundle exec rails s",
"clean": "bundle exec rails assets:clobber",
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/ public/components/ && bundle exec rails assets:precompile"
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/web": "^3.20.4"