Skip to content

Commit

Permalink
Merge 61d4e5e into ec6e6f0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Dec 2, 2020
2 parents ec6e6f0 + 61d4e5e commit 17f6079
Show file tree
Hide file tree
Showing 12 changed files with 366 additions and 11 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: SaKRSq2S6qTN6AJIUgwPIJSnNh9kzAuyZ
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Dependency directory
node_modules
Expand All @@ -8,4 +9,4 @@ node_modules
.idea

# Debug logs
npm-debug.log
npm-debug.log
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ node_modules
coverage
upgrade_guides
_config.yml
.coveralls.yml
.nyc_output
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env:
- CC_TEST_REPORTER_ID=6901f64ef53effa16b51755b09c5a82cd063a88786f2bc365e74524b2e95d21b
language: node_js
node_js:
- "15"
- "14"
- "12"
- "10"
Expand All @@ -14,5 +15,6 @@ before_script:
script:
- npm run lint
- npm run coverage
after_script:
after_success:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- npm run coveralls
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
[![Dependencies](https://img.shields.io/david/mrodrig/htpasswd-mgr.svg?style=flat-square)](https://www.npmjs.org/package/htpasswd-mgr)
[![Downloads](http://img.shields.io/npm/dm/htpasswd-mgr.svg)](https://www.npmjs.org/package/htpasswd-mgr)
[![NPM version](https://img.shields.io/npm/v/htpasswd-mgr.svg)](https://www.npmjs.org/package/htpasswd-mgr)
[![Package Size](https://img.shields.io/bundlephobia/min/htpasswd-mgr.svg)](https://www.npmjs.org/package/htpasswd-mgr)
<!--[![Known Vulnerabilities](https://snyk.io/test/npm/htpasswd-mgr/badge.svg)](https://snyk.io/test/npm/htpasswd-mgr)-->
[![Minzipped Size](https://flat.badgen.net/bundlephobia/minzip/htpasswd-mgr)](https://bundlephobia.com/result?p=htpasswd-mgr)

[![Build Status](https://travis-ci.org/mrodrig/htpasswd-mgr.svg?branch=master)](https://travis-ci.org/mrodrig/htpasswd-mgr)
[![Coverage Status](https://coveralls.io/repos/github/mrodrig/htpasswd-mgr/badge.svg?branch=stable)](https://coveralls.io/github/mrodrig/htpasswd-mgr?branch=stable)
[![Maintainability](https://api.codeclimate.com/v1/badges/41cf01fb45ce64976122/maintainability)](https://codeclimate.com/github/mrodrig/htpasswd-mgr/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/41cf01fb45ce64976122/test_coverage)](https://codeclimate.com/github/mrodrig/htpasswd-mgr/test_coverage)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rodrigues.mi%40husky.neu.edu&item_name=Open+Source+Software+Development+-+Node+Modules&currency_code=USD&source=url)

This module was developed to simplify the management of .htpasswd files from
a Node.js application. Specifically, it's intended to allow for the addition,
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-slate
theme: jekyll-theme-cayman
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 17f6079

Please sign in to comment.