Skip to content

Commit 25cf4e7

Browse files
committed
chore: clean up .gitignore by removing yarn debug logs and update installation command in README
1 parent 6568d0d commit 25cf4e7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# See https://help.github.com/ignore-files/ for more about ignoring files.
32

43
# dependencies
@@ -17,5 +16,3 @@ dist
1716
.env.production.local
1817

1918
npm-debug.log*
20-
yarn-debug.log*
21-
yarn-error.log*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

77
```bash
8-
npm install --save react-scannable
8+
npm install react-scannable
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)