Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Yarn #128

Merged
merged 1 commit into from
Oct 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ indent_size = 4
[Makefile]
indent_style = tab

[{package.json,package-lock.json,yarn.lock,.travis.yml}]
[{package.json,package-lock.json,.travis.yml}]
indent_style = space
indent_size = 4
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package.json
package-lock.json
yarn.lock
*.snap
*.bundle.js
*.bundle.js.map
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/ind

```bash
npm install react-d3-graph // using npm
yarn add react-d3-graph // using yarn
```

## Usage sample
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading