lib/sewing_kit/webpack/compiler.rb in sewing_kit-0.128.0 vs lib/sewing_kit/webpack/compiler.rb in sewing_kit-0.129.0

- old
+ new

@@ -6,10 +6,10 @@ class Compiler class NodeNotInstalled < StandardError def initialize super( "nodejs is not installed. " \ - "Try creating a `.buildpack` file in the root of the project with following content: + "Try creating a `.buildpacks` file in the root of the project with following content: https://github.com/heroku/heroku-buildpack-nodejs.git https://github.com/heroku/heroku-buildpack-ruby.git " )