Skip to content

Commit 09058bd

Browse files
Travis NPM Set to 5.3.x
1 parent 270bb76 commit 09058bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Code from the React Webpack tutorial.",
55
"main": "server-express.js",
66
"engines": {
7-
"node": "^7.8.0 || ^8.0.0",
7+
"node": "^7.8.0 || ^8.0.0 || ^9.2.0",
88
"npm": "^4.4.4 || ^5.0.0",
99
"yarn": "^1.0.0"
1010
},

lib/tasks/rails_best_practices.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace :rails_best_practices do
22
desc "Run Rails Best Practices"
33
task :run do
4-
sh 'rails_best_practices'
4+
sh "rails_best_practices"
55
end
66
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ShakaCode's example of React on Rails plus React Native",
55
"main": "server-express.js",
66
"engines": {
7-
"node": "^7.8.0 || ^8.0.0",
7+
"node": "^7.8.0 || ^8.0.0 || ^9.2.0",
88
"npm": "^4.4.4 || ^5.0.0",
99
"yarn": "^1.0.0"
1010
},

0 commit comments

Comments
 (0)