Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
400c1c16ef
|
|||
|
f321f956f7
|
@@ -1,2 +1,4 @@
|
|||||||
|
echo "version:"$(cat src/module.json|jq .version)
|
||||||
|
echo "download:"$(cat src/module.json|jq .download)
|
||||||
git archive --format zip --output dist/module.zip master:src
|
git archive --format zip --output dist/module.zip master:src
|
||||||
cp src/module.json dist/
|
cp src/module.json dist/
|
||||||
@@ -4,9 +4,11 @@
|
|||||||
"description": "A simple module that keeps track of session title suggestions",
|
"description": "A simple module that keeps track of session title suggestions",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "lmxsdl"
|
"name": "anthonyscorrea",
|
||||||
|
"url": "https://github.com/anthonyscorrea"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"url": "https://github.com/anthonyscorrea/asc-session-title-suggestions",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "12"
|
"verified": "12"
|
||||||
@@ -18,9 +20,9 @@
|
|||||||
"path": "lang/en.json"
|
"path": "lang/en.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5/module.zip",
|
"download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.1/module.zip",
|
||||||
"manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json",
|
"manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json",
|
||||||
"version": "0.5",
|
"version": "0.5.1",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"scripts/main.js"
|
"scripts/main.js"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user