Skip to content

Commit

Permalink
esamattis#490 - updated to require addPossession helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chrisp committed Mar 31, 2016
1 parent b2413aa commit e0b12dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function s(value) {

s.VERSION = '3.3.4';

s.addPossession = require('./addPossession');
s.isBlank = require('./isBlank');
s.stripTags = require('./stripTags');
s.capitalize = require('./capitalize');
Expand Down

0 comments on commit e0b12dd

Please sign in to comment.