* fix for deployment * fixed gitignore files to match that of the root * add to gitignore in root
12 lines
206 B
JSON
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"
|
|
}
|
|
}
|