We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55eafe0 commit dbdcaf2Copy full SHA for dbdcaf2
LICENSE renamed to license
readme.md
@@ -1,6 +1,6 @@
1
<img src="screencast.gif" align="right" alt="">
2
3
-# <img src="source/logo.png" width="45" align="left"> One Click Extension Manager
+## <img src="source/logo.png" width="30" align="left"> One Click Extension Manager
4
5
A simple Chrome extension to manage your Chrome extensions.
6
rollup.config.js
@@ -27,7 +27,7 @@ const config = {
27
{
28
files: 'source/**/!(*.js|*.svelte)',
29
dest: 'distribution',
30
- }
+ },
31
], {
32
watch: process.env.ROLLUP_WATCH,
33
}),
0 commit comments