Skip to content

Commit

Permalink
Remove superfluous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 2, 2017
1 parent c34196d commit 7061021
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
'use strict';

/* Dependencies. */
var repeat = require('repeat-string');

/* Expose. */
module.exports = vowel;

vowel.vowel = vowel;
vowel.inner = inner;
vowel.grawlix = grawlix;

/* Methods. */
var floor = Math.floor;

/* Constants. */
var DEFAULT = '*';
var GRAWLIX = '@#$%!&?';
var VOWELS = /[aeiouy]/g;
Expand Down
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
'use strict';

/* Dependencies. */
var test = require('tape');
var fck = require('./');

/* Tests. */
test('fck', function (t) {
t.test('.vowel', function (st) {
st.equal(fck.vowel('butt'), 'b*tt');
Expand Down

0 comments on commit 7061021

Please sign in to comment.