Skip to content

Commit

Permalink
⚡ Dependencies cleanup (#2)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade dependencies

* 👷 Add snyk and cleanup workflow
  • Loading branch information
rushilsrivastava authored Jul 2, 2021
1 parent 3154edd commit 5bafd80
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: npm run build

- name: Run the tests
run: npm run test
run: npm test
env:
CI: TRUE
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A Webpack plugin to automatically reload browser extensions during development.

[![npm version](https://img.shields.io/npm/v/webpack-ext-reloader)](https://www.npmjs.com/package/webpack-ext-reloader)
[![Test Status](https://github.com/SimplifyJobs/webpack-ext-reloader/workflows/tests/badge.svg)](https://github.com/SimplifyJobs/webpack-ext-reloader/actions?query=branch%3Amaster)
[![Known Vulnerabilities](https://snyk.io/test/github/SimplifyJobs/webpack-ext-reloader/badge.svg)](https://snyk.io/test/github/SimplifyJobs/webpack-ext-reloader/)
[![NPM Downloads](https://img.shields.io/npm/dt/webpack-ext-reloader.svg)](https://www.npmjs.com/package/webpack-ext-reloader)

## Installing
Expand Down
Loading

0 comments on commit 5bafd80

Please sign in to comment.