Skip to content

Commit

Permalink
Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Dec 10, 2023
1 parent b0bca5e commit 2575787
Show file tree
Hide file tree
Showing 8 changed files with 1,333 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
package-lock.json
.nyc_output
coverage
21 changes: 0 additions & 21 deletions .nycrc.json

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# vuetify_rules

Rules to validate forms with vuetify

## Links

- Project page: https://github.com/turulomio/vuetify_rules/
- NPM page: https://www.npmjs.com/package/vuetify_rules

## CHANGELOG

### 0.3.0 (2023-12-10)
- Basic functionality
6 changes: 0 additions & 6 deletions RELEASE.md

This file was deleted.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ export const RulesInteger = f_RulesInteger
export const RulesPassword = f_RulesPassword
export const RulesSelection = f_RulesSelection
export const RulesString = f_RulesString
export const my_round = f_my_round
export const my_round = f_my_round
export const f = f_f
Loading

0 comments on commit 2575787

Please sign in to comment.