Skip to content

Commit c70f616

Browse files
author
Hyunje Jun
committed
Remove Yarn references in favor of npm 5
1 parent 9687a3e commit c70f616

File tree

7 files changed

+5
-3198
lines changed

7 files changed

+5
-3198
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ Node.js SDK for LINE Messaging API
88

99
### Install
1010

11-
Using [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/):
11+
Using [npm](https://www.npmjs.com/):
1212

1313
``` bash
1414
$ npm install @line/bot-sdk
15-
$ yarn add @line/bot-sdk
1615
```
1716

1817
### Documentation

docs/pages/getting-started/install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Install
22

3-
Please install via [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/).
3+
Please install via [npm](https://www.npmjs.com/).
44

55
```bash
66
$ npm install @line/bot-sdk
7-
$ yarn add @line/bot-sdk
87
```
98

109
You can build from source. Please clone the repository and run the following
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Requirements
22

3-
* **Node.js** >= 4
3+
* **Node.js** >= 4, preferably >=6
44
* It uses ES2015.
5-
* Package manager for **Node.js**, such as [**npm**](https://www.npmjs.com/) or
6-
[**Yarn**](https://yarnpkg.com/)
5+
* [**npm**](https://www.npmjs.com/), preferably >=5
76

8-
Other dependencies are installed via the package manager, and do not need to be
9-
pre-installed.
7+
Other dependencies are installed via npm, and do not need to be pre-installed.

examples/echo-bot/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Install deps:
88

99
```bash
1010
$ npm install
11-
$ yarn # alternatively
1211
```
1312

1413
Configuration:

0 commit comments

Comments
 (0)