# form-validation

When you make changes, you can update the package using

```
npm version <update_type>
```

This command will change the version number in package.json.

Note: this will also add a tag with the updated release number to your git repository if you have linked one to your npm account.

After updating the version number, 
````
run npm 
````
publish again.
