Skip to content

Commit

Permalink
package.json and rename license
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrojs committed Nov 16, 2021
1 parent f64124a commit e6b273a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[javascript-url]: "javascript"

[nodejs-image]: https://img.shields.io/badge/node-%3E%3D%2012.0.0-green
[npm-url]: https://npmjs.org/package/@ostrojs/validation "npm"
[npm-url]: https://npmjs.org/package/@ostro/validation "npm"

[license-image]: https://img.shields.io/github/license/ostrojs/validation
[license-url]: LICENSE.md "license"
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "@ostro/validation",
"version": "0.0.0-alpha.0",
"description": "request params validator for OstroJS",
"main": "validation.js",
"description": "Validation module for OstroJS",
"main": "validationManager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/contracts": "^0.0.0-alpha.0",
"@ostro/support": "^0.0.0-alpha.0",
"@ostro/contracts": "^0.0.0-alpha",
"@ostro/support": "^0.0.0-alpha",
"file-type": "^16.5.1"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"validator",
"validation"
Expand All @@ -26,6 +30,6 @@
},
"homepage": "https://github.com/ostrojs/validation#readme",
"engines": {
"node": ">= 12.0"
"node": ">=12.0.0"
}
}

0 comments on commit e6b273a

Please sign in to comment.