chore: bump deps

This commit is contained in:
Mo
2022-05-26 09:07:46 -05:00
parent 2d3221c944
commit e74b4953ea
15 changed files with 285 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sn-theme-autobiography",
"version": "1.0.3",
"name": "@standardnotes/autobiography-theme",
"version": "1.0.4",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -8,7 +8,19 @@
"grunt-newer": "^1.2.0",
"grunt-contrib-sass": "^1.0.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
},
"sn": {
"main": "dist/dist.css"
},
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/autobiography-theme.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}