feat: deprecated editors (#1166)

This commit is contained in:
Mo
2022-06-27 14:08:33 -05:00
committed by GitHub
parent d340ff9d77
commit 60ca415044
642 changed files with 33059 additions and 9259 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "@standardnotes/dynamic-theme",
"version": "1.0.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",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"webpack": "*"
}
}