Skip to content

Commit

Permalink
Update page loading indicator example for Gatsby v2 (#5735)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski authored and m-allanson committed Jun 6, 2018
1 parent 1572240 commit 79a5f01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/using-page-loading-indicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"description": "Gatsby example site using using-page-loading-indicator",
"author": "Kyle Mathews<mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "latest",
"gatsby-plugin-nprogress": "^0.2.0"
"gatsby": "next",
"gatsby-plugin-nprogress": "next",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
}
}
}

0 comments on commit 79a5f01

Please sign in to comment.