Skip to content

Commit 297ac9d

Browse files
committed
Update dependencies
1 parent 0c67708 commit 297ac9d

File tree

3 files changed

+5620
-4703
lines changed

3 files changed

+5620
-4703
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ To use and maintain this library, please see the following:
99
- [Javascript Email Validation](https://github.com/abstractapi/javascript-email-validation)
1010
- [Javascript IP Geolocation](https://github.com/abstractapi/javascript-ip-geolocation)
1111
- [Javascript Phone Validation](https://github.com/abstractapi/javascript-phone-validation)
12+
13+
# NPM
14+
15+
### Installation
16+
17+
Run `npm install` in the command line to install the dependencies. To update those dependencies you need to run `npm update`.
18+
19+
### Building
20+
21+
To build the library and generate the minified file in the *dist* directory, you need to run `npm run build`.
22+
23+
To build the lib, you need to run `npm run build:lib`.
24+
25+
### Test
26+
27+
To run the test suite, you need to run: `npm run test`.

0 commit comments

Comments
 (0)