Files
standardnotes-app-web/packages/components/package.json
StandardNotes CI a6b9e992f8 chore(release): publish
- @standardnotes/components-meta@0.1.3
 - @standardnotes/web-server@1.2.3
2022-06-11 01:07:43 +00:00

23 lines
614 B
JSON

{
"name": "@standardnotes/components-meta",
"version": "0.1.3",
"private": true,
"workspaces": {
"packages": [
"src/*"
]
},
"scripts": {
"build": "yarn workspaces foreach --parallel run build",
"version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
},
"devDependencies": {
"@standardnotes/advanced-checklist": "0.0.1",
"@standardnotes/autobiography-theme": "1.0.4",
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/features": "^1.45.1",
"node-sass": "7.0.1",
"sass": "^1.52.3"
}
}