Skip to content

Commit 5fc9c6a

Browse files
committed
Removes unused yarn.lock and updates README.md
1 parent debbfc4 commit 5fc9c6a

File tree

3 files changed

+3
-3801
lines changed

3 files changed

+3
-3801
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Valido — A helper library for form validation built on top of .@chriso's valid
77

88
2. Navigate into the valido folder: `$ cd valido`
99

10-
3. Install deps using yarn: `$ yarn install`
10+
3. Install deps using npm: `$ npm install`
1111

12-
4. Test using jest `$ yarn jest`
12+
4. Test using jest `$ npm run jest`
1313

1414
# example usage
1515

valido-react/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
33
## Usage
44

55
1. Install deps `npm install`
6-
2. Run tests `npm run jest`
7-
3. Serve locally in development mode `cd valido-react && npm install && npm start`
6+
2. Serve locally in development mode `npm start`

0 commit comments

Comments
 (0)