Files
standardnotes-app-web/packages/components/dist/org.standardnotes.theme-midnight/package.json
2022-06-15 15:25:17 +00:00

13 lines
278 B
JSON

{
"name": "@standardnotes/midnight-theme",
"version": "1.2.8",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"components:compile": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}