Skip to content

Commit

Permalink
Remove vendor references
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Mar 18, 2023
1 parent 0e89549 commit 09511e8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
"all_frames": true,
"js": [
"./js/vendor.js",
"./js/content.js"
],
"css": [
Expand Down Expand Up @@ -121,7 +120,6 @@
},
"background": {
"scripts":[
"./js/vendor.js",
"./js/background.js"
]
},
Expand Down
1 change: 0 additions & 1 deletion public/help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<link href="styles.css" rel="stylesheet"/>

<script src="../js/vendor.js"></script>
<script src="../js/help.js"></script>
</head>

Expand Down
1 change: 0 additions & 1 deletion public/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<link href="options.css" rel="stylesheet"/>

<script src="../js/vendor.js"></script>
<script src="../js/options.js"></script>
</head>

Expand Down
1 change: 0 additions & 1 deletion public/permissions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<link href="styles.css" rel="stylesheet"/>

<script src="../js/vendor.js"></script>
<script src="../js/permissions.js"></script>
</head>

Expand Down
1 change: 0 additions & 1 deletion public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ <h1 class="sbHeader" style="padding: 8px 15px;">

</div>
<!-- Scripts that need to load after the html -->
<script src="./js/vendor.js" async></script>
<script src="./js/popup.js" async></script>
</body>
</html>
1 change: 0 additions & 1 deletion public/upsell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<link href="styles.css" rel="stylesheet" />

<script src="../js/vendor.js"></script>
<script src="../js/upsell.js"></script>
</head>

Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default class Utils {

// Used to add content scripts and CSS required
js = [
"./js/vendor.js",
"./js/content.js"
];
css = [
Expand Down

0 comments on commit 09511e8

Please sign in to comment.