Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
PR-URL: #153
  • Loading branch information
tshemsedinov committed Aug 4, 2021
1 parent 873079b commit 7bf5589
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 86 deletions.
149 changes: 66 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metarhia",
"version": "1.2.0",
"version": "2.0.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metarhia Application Example",
"license": "MIT",
Expand Down Expand Up @@ -54,15 +54,17 @@
},
"devDependencies": {
"@types/node": "^16.3.3",
"@types/pg": "^8.6.0",
"@types/ws": "^7.4.6",
"eslint": "^7.31.0",
"metatests": "^0.7.2",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"dependencies": {
"impress": "^2.5.0",
"metasql": "^1.1.5",
"impress": "^2.5.1",
"metasql": "^1.2.0",
"pg": "^8.7.1",
"redis": "^3.1.2"
}
}

0 comments on commit 7bf5589

Please sign in to comment.