Skip to content

Commit

Permalink
add markserver skill
Browse files Browse the repository at this point in the history
  • Loading branch information
melvincarvalho committed Jul 20, 2021
1 parent 6ce3b85 commit a530db1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aam",
"version": "0.0.18",
"version": "0.0.19",
"description": "autonomous agent manager",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions skills.json
Expand Up @@ -34,5 +34,11 @@
"package": "./package.json",
"repository": "https://github.com/melvincarvalho/skill-webcredits.git",
"install": "https://raw.githubusercontent.com/melvincarvalho/skill-webcredits/gh-pages/INSTALL"
},
{
"nick": "skill-markserver",
"package": "./package.json",
"repository": "https://github.com/melvincarvalho/skill-markserver.git",
"install": "https://raw.githubusercontent.com/melvincarvalho/skill-markserver/gh-pages/INSTALL"
}
]

0 comments on commit a530db1

Please sign in to comment.