Skip to content

Commit 63b68cf

Browse files
committed
bump version to 2.0.0
1 parent e795927 commit 63b68cf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
# git-crypt-users-js [![npm](https://img.shields.io/npm/v/git-crypt-ls-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-ls-users) [![npm](https://img.shields.io/npm/v/git-crypt-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-users) [![Travis CI Status](https://travis-ci.org/jokeyrhyme/git-crypt-users-js.svg?branch=master)](https://travis-ci.org/jokeyrhyme/git-crypt-users-js) [![Greenkeeper badge](https://badges.greenkeeper.io/jokeyrhyme/git-crypt-users-js.svg)](https://greenkeeper.io/)
1+
# git-crypt-users-js [![npm](https://img.shields.io/npm/v/git-crypt-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-users) [![Travis CI Status](https://travis-ci.org/jokeyrhyme/git-crypt-users-js.svg?branch=master)](https://travis-ci.org/jokeyrhyme/git-crypt-users-js) [![Greenkeeper badge](https://badges.greenkeeper.io/jokeyrhyme/git-crypt-users-js.svg)](https://greenkeeper.io/)
22

33
conveniently manage git-crypt users
44

5+
## Requirements
6+
7+
- Node.js 10.x or newer
8+
- git
9+
- git-crypt
10+
- gnupg 2.x or newer
11+
512
## Installation
613

714
```sh
8-
npm install git-crypt-users
15+
npm install --global git-crypt-users
916
```
1017

1118
## Usage

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-crypt-users",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "conveniently manage git-crypt users",
55
"keywords": [
66
"crypt",

0 commit comments

Comments
 (0)