Skip to content

Commit 387d516

Browse files
sasalxdanielcaldas
authored andcommitted
Remove yarn (#128)
1 parent 614bcf1 commit 387d516

File tree

5 files changed

+7
-10756
lines changed

5 files changed

+7
-10756
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ indent_size = 4
1515
[Makefile]
1616
indent_style = tab
1717

18-
[{package.json,package-lock.json,yarn.lock,.travis.yml}]
18+
[{package.json,package-lock.json,.travis.yml}]
1919
indent_style = space
2020
indent_size = 4

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package.json
22
package-lock.json
3-
yarn.lock
43
*.snap
54
*.bundle.js
65
*.bundle.js.map

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/ind
3333

3434
```bash
3535
npm install react-d3-graph // using npm
36-
yarn add react-d3-graph // using yarn
3736
```
3837

3938
## Usage sample

package-lock.json

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

0 commit comments

Comments
 (0)