Upgrade to v2

This commit is contained in:
Kyle Mathews
2018-05-03 00:27:11 -04:00
parent f96975d03f
commit 40cc85527b
+3 -2
View File
@@ -8,7 +8,8 @@
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^1.9.250",
"gatsby-link": "^1.6.40"
"gatsby": "next",
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}