Files
standardnotes-app-web/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/package.json
StandardNotes CI 3f028656f2 chore(release): publish
- @standardnotes/components-meta@2.7.4
 - @standardnotes/desktop@3.23.71
 - @standardnotes/docs@0.1.0
 - @standardnotes/mobile@3.30.26
 - @standardnotes/releases@1.2.92
 - @standardnotes/web-server@1.2.94
 - @standardnotes/web@3.40.1
 - @standardnotes/dynamic-theme@1.1.1
2022-07-11 14:15:54 +00:00

17 lines
378 B
JSON

{
"name": "@standardnotes/dynamic-theme",
"version": "1.1.1",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"components:compile": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"webpack": "*"
}
}