Skip to content

Commit 1aff193

Browse files
committed
Update SDK
1 parent afd7443 commit 1aff193

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ecosystem.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
script: 'index.mjs',
55
watch: true,
6-
ignore_watch: ['node_modules', 'manifest.json', 'README.md'],
6+
ignore_watch: ['.git', 'node_modules', 'manifest.json', 'README.md'],
77
autorestart: true,
88
},
99
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"js-yaml": "^4.1.0",
44
"lowdb": "^7.0.1",
55
"pretty-ms": "^9.2.0",
6-
"talkops": "file:../sdk"
6+
"talkops": "^2.11.2"
77
}
88
}

0 commit comments

Comments
 (0)