1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

fix build

This commit is contained in:
Matthias Kretschmann 2018-11-11 04:05:46 +01:00
parent 1b26599abd
commit f38a6c3cca
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -16,7 +16,7 @@
"gatsby-plugin-sass": "^2.0.4", "gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.0.12", "gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sitemap": "^2.0.2", "gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-svgr": "^2.0.0-alpha", "gatsby-plugin-svgr": "^2.0.0",
"gatsby-remark-autolink-headers": "^2.0.11", "gatsby-remark-autolink-headers": "^2.0.11",
"gatsby-remark-component": "^1.1.3", "gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.6", "gatsby-remark-copy-linked-files": "^2.0.6",
@ -53,6 +53,7 @@
"test": "npm run lint" "test": "npm run lint"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^4.0.2",
"dotenv": "^6.1.0", "dotenv": "^6.1.0",
"eslint": "^5.9.0", "eslint": "^5.9.0",
"eslint-config-oceanprotocol": "^1.3.0", "eslint-config-oceanprotocol": "^1.3.0",