From 6d6d42b56ac804fe25eac07e540992227095aad8 Mon Sep 17 00:00:00 2001 From: Arthur Franco Date: Mon, 14 Aug 2017 13:09:38 -0300 Subject: [PATCH] Adding Gemfile to package.json Gemfile was missing. Couldn't compile documentation when using npm. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1966577824..0f0618284a 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ ".babelrc", ".eslintignore", "Gruntfile.js", + "Gemfile", "dist", "build", "js/.eslintrc.json",