Skip to content

Commit 5bafd80

Browse files
⚡ Dependencies cleanup (#2)
* ⬆️ Upgrade dependencies * 👷 Add snyk and cleanup workflow
1 parent 3154edd commit 5bafd80

File tree

4 files changed

+384
-144
lines changed

4 files changed

+384
-144
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: npm run build
3434

3535
- name: Run the tests
36-
run: npm run test
36+
run: npm test
3737
env:
3838
CI: TRUE

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A Webpack plugin to automatically reload browser extensions during development.
1212

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

1718
## Installing

0 commit comments

Comments
 (0)