Skip to content

Commit

Permalink
fix: add ALL files
Browse files Browse the repository at this point in the history
  • Loading branch information
cadomac committed Aug 9, 2023
1 parent 10b7896 commit 3ed3aeb
Show file tree
Hide file tree
Showing 18 changed files with 1,206 additions and 218 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
/**/node_modules

/**/dist
34 changes: 0 additions & 34 deletions css/popup.css

This file was deleted.

Binary file removed img/action.png
Binary file not shown.
Binary file removed img/action_small.png
Binary file not shown.
50 changes: 0 additions & 50 deletions img/filters.svg

This file was deleted.

Binary file removed img/icon.png
Binary file not shown.
Binary file removed img/icon_small.png
Binary file not shown.
10 changes: 0 additions & 10 deletions js/background.js

This file was deleted.

14 changes: 0 additions & 14 deletions js/filters.js

This file was deleted.

62 changes: 0 additions & 62 deletions js/popup.js

This file was deleted.

38 changes: 0 additions & 38 deletions manifest.json

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "fresh-eyes-monorepo",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "GNU General Public License"
}
11 changes: 11 additions & 0 deletions packages/firefox/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@fresh-eyes/firefox",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "GNU General Public License"
}
3 changes: 3 additions & 0 deletions packages/firefox/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../tsconfig.json"
}
Loading

0 comments on commit 3ed3aeb

Please sign in to comment.