refactor: add checklist editor source (#1085)

* refactor: add checklist editor source

* chore: merge develop
This commit is contained in:
Mo
2022-06-10 17:42:57 -05:00
committed by GitHub
parent 318e89dc03
commit e0794e4ad9
115 changed files with 11962 additions and 180 deletions

View File

@@ -2,25 +2,18 @@
"name": "@standardnotes/autobiography-theme",
"version": "1.0.4",
"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"
},
"private": true,
"scripts": {
"build": "grunt",
"build": "yarn run grunt",
"prepublishOnly": "yarn run build"
},
"sn": {
"main": "dist/dist.css"
},
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/autobiography-theme.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0"
}
}