Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed Nov 12, 2024
1 parent 7cd8ccb commit 3fec66c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cmdstr-validation",
"main": "dist/index.ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "An abstraction for simple validation without limitations",
"author": {
"name": "Robert Snedeker",
Expand All @@ -18,5 +18,8 @@
"scripts": {
"build": "tsc",
"test": "jest"
}
},
"files": [
"dist"
]
}

0 comments on commit 3fec66c

Please sign in to comment.