From 453b9a07940496666fa06b821dc456775513e4bb Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 28 Apr 2018 12:42:36 +0200 Subject: [PATCH] Remove superfluous comments --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index ee8f34f..e156c61 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,8 @@ 'use strict' -/* Dependencies. */ var xtend = require('xtend') var inherits = require('inherits') -/* Expose. */ module.exports = unherit /* Create a custom constructor which can be modified