Skip to content

Commit 8b3aaa0

Browse files
committed
added version to package.json and added github url to README
1 parent 13f9639 commit 8b3aaa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# commandstring-validation
1+
# [commandstring-validation](https://github.com/commandstring/ts-validation)
22
A validation library for validating objects
33

44
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commandstring-validation",
33
"main": "dist/index.ts",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "An abstraction for simple validation without limitations",
66
"author": {
77
"name": "Robert Snedeker",

0 commit comments

Comments
 (0)