Skip to content

Commit e31e483

Browse files
committed
ignore readme-images folder in npmignore and remove images from readme for now
1 parent f7bc7d0 commit e31e483

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build
55
!.eslintrc
66
yarn-error.log
77
dev-dist
8+
readme-images
89

910
*.js
1011
!dist/index.js

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ OR
2424
---
2525

2626
## `useTimer`
27-
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useTimer.gif" width="250" />
2827

2928
### Example
3029

@@ -100,7 +99,6 @@ export default function App() {
10099
---
101100

102101
## `useStopwatch`
103-
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useStopwatch.gif" width="250" />
104102

105103
### Example
106104

@@ -166,7 +164,6 @@ export default function App() {
166164

167165

168166
## `useTime`
169-
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useTime.gif" width="250" />
170167

171168
### Example
172169

0 commit comments

Comments
 (0)