JS-SDK -> use-tether
Some checks failed
Publish JS SDK / docker (push) Has been cancelled

This commit is contained in:
Braydon 2024-09-09 21:50:10 -04:00
parent e83dbb23cf
commit d962a1884e
15 changed files with 5 additions and 5 deletions

@ -5,9 +5,9 @@ on:
branches: ["master"]
paths:
[
".gitea/workflows/publish-js-sdk.yml",
"JS-SDK/**",
"!JS-SDK/README.md",
".gitea/workflows/publish-npm.yml",
"use-tether/**",
"!use-tether/README.md",
"!README.md",
"!LICENSE.md",
]
@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"
defaults:
run:
working-directory: "./JS-SDK"
working-directory: "./use-tether"
# Steps to run
steps:

@ -1,5 +1,5 @@
{
"name": "usetether",
"name": "use-tether",
"version": "1.2.3",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.",