From 8b9d039361f23566e19850ce731bf411a4a39405 Mon Sep 17 00:00:00 2001 From: XmiliaH Date: Mon, 18 Oct 2021 02:07:20 +0200 Subject: [PATCH] Change to github badge and exclude editor config --- .npmignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 51037dd..145be47 100644 --- a/.npmignore +++ b/.npmignore @@ -5,4 +5,5 @@ /test.js /test .vscode -.github \ No newline at end of file +.github +.editorconfig \ No newline at end of file diff --git a/README.md b/README.md index ee80503..9ef8dad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vm2 [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Package Quality][quality-image]][quality-url] [![Travis CI][travis-image]][travis-url] [![Known Vulnerabilities][snyk-image]][snyk-url] +# vm2 [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Package Quality][quality-image]][quality-url] [![Node.js CI](https://github.com/patriksimek/vm2/actions/workflows/node-test.yml/badge.svg)](https://github.com/patriksimek/vm2/actions/workflows/node-test.yml) [![Known Vulnerabilities][snyk-image]][snyk-url] vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!