Skip to content

Commit

Permalink
fix: update readme and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Fröhle authored and Dexus committed Jan 25, 2020
1 parent 97643fa commit 59c17d1
Show file tree
Hide file tree
Showing 38 changed files with 20,376 additions and 2,602 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ tmp
.idea
.npmrc

docs
test/fixtures/tmp.*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pem

Create private keys and certificates with node.js

[![Build Status](https://secure.travis-ci.org/Dexus/pem.png)](http://travis-ci.org/Dexus/pem) [![npm version](https://badge.fury.io/js/pem.svg)](http://badge.fury.io/js/pem) [![npm downloads](https://img.shields.io/npm/dt/pem.svg)](https://www.npmjs.com/package/pem) [![pem documentation](https://img.shields.io/badge/pem-documentation-0099ff.svg?style=flat)](https://www.deineagentur.com/projects/pem) [![Greenkeeper badge](https://badges.greenkeeper.io/Dexus/pem.svg)](https://greenkeeper.io/)
[![Build Status](https://secure.travis-ci.org/Dexus/pem.png)](http://travis-ci.org/Dexus/pem) [![npm version](https://badge.fury.io/js/pem.svg)](http://badge.fury.io/js/pem) [![npm downloads](https://img.shields.io/npm/dt/pem.svg)](https://www.npmjs.com/package/pem) [![pem documentation](https://img.shields.io/badge/pem-documentation-0099ff.svg?style=flat)](https://dexus.github.io/pem/jsdoc/) [![Greenkeeper badge](https://badges.greenkeeper.io/Dexus/pem.svg)](https://greenkeeper.io/)


[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
Expand Down Expand Up @@ -54,7 +54,7 @@ pem.createCertificate({ days: 1, selfSigned: true }, function (err, keys) {
```

## API
Please have a look into the [API documentation](https://www.deineagentur.com/projects/pem/index.html).
Please have a look into the [API documentation](https://dexus.github.io/pem/jsdoc/).

_we had to clean up a bit_
<!--
Expand Down
Loading

0 comments on commit 59c17d1

Please sign in to comment.