Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amarksingh authored Apr 6, 2023
1 parent 3bb2d3a commit 9ee1894
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ostro/framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "MVC framework for NodeJS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -16,15 +16,15 @@
"@ostro/database": "^1.0.2",
"@ostro/encryption": "^1.0.0",
"@ostro/filesystem": "^1.0.2",
"@ostro/http": "^1.0.2",
"@ostro/http": "^1.0.5",
"@ostro/logger": "^1.0.0",
"@ostro/router": "^1.0.2",
"@ostro/session": "^1.0.2",
"@ostro/server": "^1.0.2",
"@ostro/support": "^1.0.2",
"@ostro/support": "^1.0.6",
"@ostro/validation": "^1.0.2",
"@ostro/view": "^1.0.0",
"@ostro/foundation": "^1.0.0"
"@ostro/foundation": "^1.0.2"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 9ee1894

Please sign in to comment.