Skip to content

Commit 97083b5

Browse files
committed
fix github links
1 parent 123ba4d commit 97083b5

File tree

4 files changed

+27
-28
lines changed

4 files changed

+27
-28
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Version 2.0.5 - Apr 21, 2022
3+
## Version 2.0.6 - Apr 21, 2022
44

5-
- Add git repository links
5+
- Add and fix git repository links
66

77
## Version 2.0.4 - Apr 21, 2022
88

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
**Poly**glot **Crypto**graphy. High-level cryptographic functions that are
44
interoperable between NodeJS and PHP 7.1+.
55

6-
[![NPM Link](https://img.shields.io/npm/v/poly-crypto?v=2.0.5)](https://npmjs.com/package/poly-crypto)
7-
[![Packagist Link](https://img.shields.io/packagist/php-v/poly-crypto/poly-crypto/2.0.5)](https://packagist.org/packages/poly-crypto/poly-crypto)
8-
[![Build Status](https://travis-ci.org/kensnyder/poly-crypto.svg?branch=master&v=2.0.5)](https://travis-ci.org/kensnyder/poly-crypto)
9-
[![Code Coverage](https://codecov.io/gh/kensnyder/poly-crypto/branch/master/graph/badge.svg?v=2.0.5)](https://codecov.io/gh/kensnyder/poly-crypto)
10-
[![ISC License](https://img.shields.io/npm/l/poly-crypto.svg?v=2.0.5)](https://opensource.org/licenses/ISC)
6+
[![NPM Link](https://img.shields.io/npm/v/poly-crypto?v=2.0.6)](https://npmjs.com/package/poly-crypto)
7+
[![Packagist Link](https://img.shields.io/packagist/php-v/poly-crypto/poly-crypto/2.0.6)](https://packagist.org/packages/poly-crypto/poly-crypto)
8+
[![Build Status](https://travis-ci.org/kensnyder/poly-crypto.svg?branch=master&v=2.0.6)](https://travis-ci.org/kensnyder/poly-crypto)
9+
[![Code Coverage](https://codecov.io/gh/kensnyder/poly-crypto/branch/master/graph/badge.svg?v=2.0.6)](https://codecov.io/gh/kensnyder/poly-crypto)
10+
[![ISC License](https://img.shields.io/npm/l/poly-crypto.svg?v=2.0.6)](https://opensource.org/licenses/ISC)
1111

1212
## Project Goals
1313

package-lock.json

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poly-crypto",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+.",
55
"main": "index.js",
66
"scripts": {
@@ -54,14 +54,14 @@
5454
],
5555
"repository": {
5656
"type": "git",
57-
"url": "git+https://github.com/kensnyder/sharp-db.git"
57+
"url": "git+https://github.com/kensnyder/poly-crypto.git"
5858
},
5959
"author": "kendsnyder@gmail.com",
6060
"license": "ISC",
6161
"bugs": {
62-
"url": "https://github.com/kensnyder/sharp-db/issues"
62+
"url": "https://github.com/kensnyder/poly-crypto/issues"
6363
},
64-
"homepage": "https://github.com/kensnyder/sharp-db#readme",
64+
"homepage": "https://github.com/kensnyder/poly-crypto#readme",
6565
"dependencies": {
6666
"bcryptjs": "^2.4.3",
6767
"node-forge": "^1.3.1"

0 commit comments

Comments
 (0)