Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0 (January 23, 2022)-Initial Release
* Upload and public release the initial version.
  • Loading branch information
mamedul committed Jan 22, 2022
1 parent 94f3378 commit 7f3d5d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# objectpropvalidator

-Simple and smallest fine object properties validation checker with suggestions using console
-Simple and small fine object properties validation checker with suggestions using console


## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "objectpropvalidator",
"version": "1.0.0",
"description": "Simple and smallest fine object properties validation checker with suggestions using console.",
"description": "Simple and small fine object properties validation checker with suggestions using console.",
"main": "./src/objectpropvalidator-v1.1.0.min.js",
"directories": {
"doc": "docs",
Expand Down
2 changes: 1 addition & 1 deletion src/objectpropvalidator-v1.0.0.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* objectPropValidator- Simple and fine object properties validation checker
* objectPropValidator- Simple and small fine object properties validation checker with suggestions
*
* Copyright (c) 2022 by MAMEDUL ISLAM (https://mamedul.github.io/)
*
Expand Down
2 changes: 1 addition & 1 deletion src/objectpropvalidator-v1.0.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f3d5d8

Please sign in to comment.