diff --git a/.gitignore b/.gitignore index f199818..1bc563e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,9 @@ node_modules *.gz coverage +.nyc_output test/uploads example/uploads/* !example/uploads/placeholder.txt -yarn.lock \ No newline at end of file +yarn.lock diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d096d3b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: node_js -node_js: - - "10" - - "11" - - "12" - -env: - - COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa -script: - - npm run lint - - npm test - - npm run coveralls -after_success: 'npm run coveralls' diff --git a/README.md b/README.md index 2c9ea5f..918e0a9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Simple express middleware for uploading files. [![npm](https://img.shields.io/npm/v/express-fileupload.svg)](https://www.npmjs.org/package/express-fileupload) -[![Build Status](https://travis-ci.com/richardgirges/express-fileupload.svg?branch=master)](https://travis-ci.com/richardgirges/express-fileupload) [![downloads per month](http://img.shields.io/npm/dm/express-fileupload.svg)](https://www.npmjs.org/package/express-fileupload) +[![CircleCI](https://circleci.com/gh/richardgirges/express-fileupload/tree/master.svg?style=svg)](https://circleci.com/gh/richardgirges/express-fileupload/tree/master) [![Coverage Status](https://img.shields.io/coveralls/richardgirges/express-fileupload.svg)](https://coveralls.io/r/richardgirges/express-fileupload) +# Help us Improve express-fileupload +This package is still very much supported and maintained. But the more help the better. If you're interested any of the following: +* Ticket and PR triage +* Feature scoping and implementation +* Maintenance (upgrading packages, fixing security vulnerabilities, etc) + +...please contact richardgirges '-at-' gmail.com + # Install ```bash # With NPM @@ -119,7 +127,7 @@ debug |