chore: add components subpackages to workspaces

This commit is contained in:
Mo
2022-06-15 17:11:28 -05:00
parent 3b3a38649d
commit c0986d4e9a
14 changed files with 40 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"name": "@standardnotes/advanced-checklist",
"version": "0.0.1",
"description": "A task editor with grouping functionality.",
"author": "Standard Notes",
"author": "Standard Notes.",
"keywords": [
"Standard Notes",
"Standard Notes Extensions"

View File

@@ -2,6 +2,7 @@
"name": "@standardnotes/authenticator",
"version": "2.0.10",
"main": "dist/dist.js",
"private": true,
"scripts": {
"components:compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",