chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-11 21:32:10 +00:00
parent 28566c9a43
commit 064c2e26ae
5 changed files with 6 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
}, },
"org.standardnotes.advanced-checklist": { "org.standardnotes.advanced-checklist": {
"version": "0.0.1", "version": "0.0.1",
"base64": "73bf7f539c93e29da72d4075dd8543f9b07f0c5f219820120cd7aed3c9c0ae9d", "base64": "093ce4de51a0a2fc2105a39206999f15719f8231b74318f1c123b802c3501116",
"binary": "7e07df2474fbeb2857f815fb42a8fee75374ba3f0798b89724ab1df6771b268b" "binary": "d9a542762a95675a5483fea5a0528f43eab65e3add86eb2e1de0a2b84724cc6b"
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -6,18 +6,8 @@
"Standard Notes", "Standard Notes",
"Standard Notes Extensions" "Standard Notes Extensions"
], ],
"publishConfig": { "private": true,
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/advanced-checklist.git"
},
"bugs": {
"url": "https://github.com/standardnotes/advanced-checklist/issues"
},
"sn": { "sn": {
"main": "build/index.html" "main": "build/index.html"
}, },
@@ -39,7 +29,7 @@
"server-public": "http-server -p 3000 --cors", "server-public": "http-server -p 3000 --cors",
"server-root": "http-server ./ -p 3000 --cors", "server-root": "http-server ./ -p 3000 --cors",
"server": "http-server ./build -p 3000 --cors", "server": "http-server ./build -p 3000 --cors",
"pretty": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md", "lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md",
"prepare": "husky install" "prepare": "husky install"
}, },
"eslintConfig": { "eslintConfig": {