From 929490bfe563de0a91ffb1b7c91a84ed944891ce Mon Sep 17 00:00:00 2001 From: Ezerous Date: Fri, 15 Feb 2019 13:12:59 +0200 Subject: [PATCH] Tiny hotfix --- truffle.js => truffle-config.js | 2 ++ 1 file changed, 2 insertions(+) rename truffle.js => truffle-config.js (95%) diff --git a/truffle.js b/truffle-config.js similarity index 95% rename from truffle.js rename to truffle-config.js index 8fff7d7..b1349f3 100644 --- a/truffle.js +++ b/truffle-config.js @@ -1,3 +1,5 @@ +const path = require("path"); + module.exports = { // See // for more about customizing your Truffle configuration!