Files
standardnotes-app-web/packages/components/dist/org.standardnotes.theme-focus/package.json
2022-06-11 21:44:35 +00:00

13 lines
262 B
JSON

{
"name": "@standardnotes/focus-theme",
"version": "1.2.9",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"build": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}