Skip to content

Commit 215c097

Browse files
authored
Merge pull request #4 from amarksingh/master
version upgrade
2 parents 2766347 + ce4ca94 commit 215c097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@ostro/validation",
3-
"version": "0.0.0-alpha.1",
3+
"version": "1.0.0",
44
"description": "Validation module for OstroJS",
55
"main": "validationManager.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"@ostro/contracts": "^0.0.0-alpha",
11-
"@ostro/support": "^0.0.0-alpha",
10+
"@ostro/support": "^1.0.2",
11+
"@ostro/contracts": "^1.0.0",
1212
"file-type": "^16.5.1"
1313
},
1414
"engines": {

0 commit comments

Comments
 (0)