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!