feat(wip): components monorepo (#1082)

This commit is contained in:
Mo
2022-06-10 10:15:44 -05:00
committed by GitHub
parent 2ecfcdecb4
commit e3d6001a17
36 changed files with 1294 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.0.0",
"version": "1.1.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",
@@ -15,6 +15,7 @@
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/web": "*"
"@standardnotes/components-meta": "*",
"@standardnotes/web": "^3.21.0"
}
}