add src workspace package

This commit is contained in:
Michael Shaw 2023-02-15 17:21:09 -05:00
parent b7b77fb04e
commit c0280b7352

View File

@ -5,6 +5,12 @@
"repository": "git@github.com:cerc-io/laconic-registry-cli.git",
"author": "",
"license": "UNLICENSED",
"workspaces": {
"packages": [
"src/*"
]
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",