Files
standardnotes-app-web/packages/components/dist/org.standardnotes.theme-autobiography/package.json
Mo e0794e4ad9 refactor: add checklist editor source (#1085)
* refactor: add checklist editor source

* chore: merge develop
2022-06-10 17:42:57 -05:00

20 lines
404 B
JSON

{
"name": "@standardnotes/autobiography-theme",
"version": "1.0.4",
"main": "dist/dist.css",
"private": true,
"scripts": {
"build": "yarn run grunt",
"prepublishOnly": "yarn run build"
},
"sn": {
"main": "dist/dist.css"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0"
}
}