chore: update components

This commit is contained in:
Mo
2022-05-02 13:09:49 -05:00
parent c2adf74ad2
commit a15a40f6c4
13 changed files with 52 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sn-theme-focus",
"version": "1.2.7",
"name": "@standardnotes/focus-theme",
"version": "1.2.8",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
@@ -13,6 +13,10 @@
},
"repository": {
"type": "git",
"url": "git://github.com/sn-extensions/focus-theme.git"
"url": "git://github.com/standardnotes/focus-theme.git"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "grunt"
}
}