File separation

This commit is contained in:
2022-09-15 09:16:44 +03:00
parent 128e10db07
commit 94978f8f54
13 changed files with 527 additions and 505 deletions

View File

@@ -4,7 +4,8 @@
"description": "Add notes to twitch users (only visible to you)",
"main": "index.js",
"scripts": {
"build": "webpack"
"build": "webpack",
"zip": "cd extension && zip ../twitchNotes.zip ./*"
},
"repository": {
"type": "git",