Skip to content

Commit

Permalink
* Add node version to package file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbernnz committed Jan 15, 2018
1 parent 2227893 commit 31bbac5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"name": "vwc-web-app",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"repository": "Vets-Who-Code/vwc-site",
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"dependencies": {
"gatsby": "^1.9.149",
"gatsby-link": "1.6.34",
Expand All @@ -14,7 +17,6 @@
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
Expand Down

0 comments on commit 31bbac5

Please sign in to comment.