1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

Merge pull request #14 from oceanprotocol/fix/output

Fix/output
This commit is contained in:
Matthias Kretschmann 2018-11-12 13:44:43 +01:00 committed by GitHub
commit e1ede9a5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -79,7 +79,12 @@ module.exports = {
'gatsby-remark-prismjs',
'gatsby-remark-autolink-headers',
'gatsby-remark-copy-linked-files',
'gatsby-remark-component'
{
resolve: 'gatsby-remark-component',
options: {
components: ['repo']
}
}
]
}
},

View File

@ -61,11 +61,11 @@
"dotenv": "^6.1.0",
"eslint": "^5.9.0",
"eslint-config-oceanprotocol": "^1.3.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.15.1",
"prettier": "^1.15.2",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.8.0",
"stylelint-config-bigchaindb": "^1.2.1",