Skip to content

Commit f0ca4c2

Browse files
authored
Update package.json (shakacode#379)
* Update package.json to node 7.8.0 and npm 4.2.0.
1 parent c46719c commit f0ca4c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Code from the React Webpack tutorial.",
55
"main": "server-express.js",
66
"engines": {
7-
"node": "7.2.0",
8-
"npm": "4.0.2"
7+
"node": "7.8.0",
8+
"npm": "4.2.0"
99
},
1010
"repository": {
1111
"type": "git",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "ShakaCode's example of React on Rails plus React Native",
55
"main": "server-express.js",
66
"engines": {
7-
"node": "7.2.0",
8-
"npm": "4.0.2"
7+
"node": "7.8.0",
8+
"npm": "4.2.0"
99
},
1010
"scripts": {
1111
"postinstall": "cd client && yarn install",

0 commit comments

Comments
 (0)