From e9e64ac06f10ae63dc86c787faf1e48648eded89 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 15 Mar 2018 16:54:48 -0400 Subject: [PATCH] add missing line --- docs/plugins.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index 60706a69..ca7827eb 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -395,6 +395,7 @@ This call is used so the plugin can make a certain file available as a library to a user .. code:: javascript + var path = require('path') module.exports = function(embark) {