Add netlify-cms as a dependency

As noted in issue https://github.com/AustinGreen/gatsby-starter-netlify-cms/issues/73 and 35ccf1848d the `gatsby-netlify-cms-plugin` now requires `netlify-cms` as a peer-dependency
This commit is contained in:
Evan Hennessy 2018-05-04 14:55:21 -04:00 committed by GitHub
parent 6a9b214963
commit e57db18a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"netlify-cms": "^1.7.0",
"lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4",
"prop-types": "^15.6.0",