Skip to content

Commit

Permalink
Updates npm run script for dist folder cleaner
Browse files Browse the repository at this point in the history
- dist folder cleaner now keeps zip file
- adds all browser support migration note to readme
  • Loading branch information
kemal authored and xkema committed Aug 31, 2020
1 parent 37c9c5a commit 9173029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ too many redirects?
- [ ] change `<all_urls>` permission form onBeforeRequest handler
- [x] add # comment support to redirect inputs form input

## Will update to..

Rewrite of [missofis-chrome-interceptor](https://github.com/xkema/missofis-chrome-interceptor) with native [WebExtensions APIs](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) to support all major browsers. 😱

## Credits

Extension uses [spectre.css](https://picturepan2.github.io/spectre/) framework for styling.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "background.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf dist/* && webpack --watch --colors --progress"
"start": "rm -rf dist/**/* dist/manifest.json && webpack --watch --colors --progress"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 9173029

Please sign in to comment.