|
@@ -1,8 +1,7 @@
|
|
|
{
|
|
|
"name": "medusa-starter-default",
|
|
|
- "version": "1.0.0",
|
|
|
+ "version": "0.0.1",
|
|
|
"description": "A starter for Medusa projects.",
|
|
|
- "main": "index.js",
|
|
|
"author": "Sebastian Rindom <skrindom@gmail.com>",
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
@@ -17,5 +16,7 @@
|
|
|
"medusa-plugin-sendgrid": "^1.1.13",
|
|
|
"mongoose": "^5.12.12",
|
|
|
"typeorm": "^0.2.32"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "repository": "https://github.com/medusajs/medusa-starter-default.git",
|
|
|
+ "keywords": ["medusa"]
|
|
|
}
|