Files
standardnotes-app-web/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/package.json
StandardNotes CI 88b2150bad chore(release): publish
- @standardnotes/components-meta@2.5.9
 - @standardnotes/desktop@3.23.27
 - @standardnotes/mobile@3.26.8
 - @standardnotes/releases@1.2.40
 - @standardnotes/web-server@1.2.49
 - @standardnotes/web@3.29.2
 - @standardnotes/autobiography-theme@1.1.1
 - @standardnotes/focus-theme@1.3.1
 - @standardnotes/futura-theme@1.3.1
 - @standardnotes/midnight-theme@1.3.1
 - @standardnotes/solarized-dark-theme@1.3.2
 - @standardnotes/titanium-theme@1.3.1
2022-07-01 15:38:22 +00:00

17 lines
381 B
JSON

{
"name": "@standardnotes/midnight-theme",
"version": "1.3.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": "*"
}
}