Files
medusa-store/www/package.json
Shahed Nasser 36e2e7a4df chore: fix for deployment (#1970)
* fix for deployment

* fixed gitignore files to match that of the root

* add to gitignore in root
2022-08-02 17:16:18 +03:00

12 lines
206 B
JSON

{
"name": "www",
"version": "0.0.0",
"description": "Medusa documentation site",
"main": "index.js",
"license": "MIT",
"dependencies": {
"execa": "^5.1.1",
"gatsby-cli": "^3.11.0"
}
}