v0.1.9-alpha.0

This commit is contained in:
Sebastian Rindom
2020-03-24 11:44:06 +01:00
parent 5e8e94ba9e
commit 2692b860dc
2 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@
"packages/*"
],
"registry": "https://registry.npmjs.org/",
"version": "0.1.8-alpha.0"
"version": "0.1.9-alpha.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "0.1.8-alpha.0",
"version": "0.1.9-alpha.0",
"description": "E-commerce for JAMstack",
"main": "dist/app.js",
"repository": {
@@ -42,10 +42,10 @@
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"bull": "^3.12.1",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.4",
"core-js": "^3.4.8",
"cors": "^2.8.5",
"client-sessions": "^0.8.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",