gitignore and package name

This commit is contained in:
Luke Hagar
2023-04-07 09:34:12 -05:00
parent d39c0dd2e2
commit 09ad25d937
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules/

View File

@@ -1,5 +1,5 @@
{ {
"name": "plexjs", "name": "@lukehagar/plexjs",
"version": "0.0.1", "version": "0.0.1",
"description": "Community Made Plex JS/TS Module", "description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar", "author": "Luke Hagar",