Skip to content

Commit

Permalink
Remove mention to tslib from README
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Jan 12, 2021
1 parent f4ae776 commit e3124a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ SDK library for [Node.js][node] to consume [UnivaPay][univapay-url] API.
```bash
# With npm (preferred)
npm install --save univapay-node
npm install --save-dev tslib # with JavaScript, needed to use the sdk

# With yarn
yarn add univapay-node
yarn add --dev tslib # with JavaScript, needed to use the sdk
```

## Usage
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@
```bash
# npm (推奨)
npm install --save univapay-node
npm install --save-dev tslib # SDKの利用にJavaScriptが必要

# yarn
yarn add univapay-node
yarn add --dev tslib # SDKの利用にJavaScriptが必要
```

## 利用方法
Expand Down

0 comments on commit e3124a8

Please sign in to comment.