Skip to content

Commit 65b8b42

Browse files
committed
Build dist for 3.2.1
1 parent 7ee3373 commit 65b8b42

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

dist/underscore.string.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* underscore.string 3.2.0 | MIT licensed | http://epeli.github.com/underscore.string/ */
1+
/* underscore.string 3.2.1 | MIT licensed | http://epeli.github.com/underscore.string/ */
22

33
!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.s=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
44
var trim = _dereq_('./trim');
@@ -185,7 +185,7 @@ module.exports = function() {
185185
// Underscore.string is freely distributable under the terms of the MIT license.
186186
// Documentation: https://github.com/epeli/underscore.string
187187
// Some code is borrowed from MooTools and Alexandru Marasteanu.
188-
// Version '3.2.0'
188+
// Version '3.2.1'
189189

190190
'use strict';
191191

@@ -195,7 +195,7 @@ function s(value) {
195195
this._wrapped = value;
196196
}
197197

198-
s.VERSION = '3.2.0';
198+
s.VERSION = '3.2.1';
199199

200200
s.isBlank = _dereq_('./isBlank');
201201
s.stripTags = _dereq_('./stripTags');
@@ -204,6 +204,7 @@ s.decapitalize = _dereq_('./decapitalize');
204204
s.chop = _dereq_('./chop');
205205
s.trim = _dereq_('./trim');
206206
s.clean = _dereq_('./clean');
207+
s.cleanDiacritics = _dereq_('./cleanDiacritics');
207208
s.count = _dereq_('./count');
208209
s.chars = _dereq_('./chars');
209210
s.swapCase = _dereq_('./swapCase');
@@ -318,7 +319,7 @@ for (var key in prototypeMethods) prototype2method(prototypeMethods[key]);
318319

319320
module.exports = s;
320321

321-
},{"./camelize":1,"./capitalize":2,"./chars":3,"./chop":4,"./classify":5,"./clean":6,"./count":8,"./dasherize":9,"./decapitalize":10,"./dedent":11,"./endsWith":12,"./escapeHTML":13,"./exports":14,"./helper/escapeRegExp":19,"./humanize":24,"./include":25,"./insert":26,"./isBlank":27,"./join":28,"./levenshtein":29,"./lines":30,"./lpad":31,"./lrpad":32,"./ltrim":33,"./naturalCmp":34,"./numberFormat":35,"./pad":36,"./pred":37,"./prune":38,"./quote":39,"./repeat":40,"./replaceAll":41,"./reverse":42,"./rpad":43,"./rtrim":44,"./slugify":45,"./splice":46,"./sprintf":47,"./startsWith":48,"./strLeft":49,"./strLeftBack":50,"./strRight":51,"./strRightBack":52,"./stripTags":53,"./succ":54,"./surround":55,"./swapCase":56,"./titleize":57,"./toBoolean":58,"./toNumber":59,"./toSentence":60,"./toSentenceSerial":61,"./trim":62,"./truncate":63,"./underscored":64,"./unescapeHTML":65,"./unquote":66,"./vsprintf":67,"./words":68,"./wrap":69}],16:[function(_dereq_,module,exports){
322+
},{"./camelize":1,"./capitalize":2,"./chars":3,"./chop":4,"./classify":5,"./clean":6,"./cleanDiacritics":7,"./count":8,"./dasherize":9,"./decapitalize":10,"./dedent":11,"./endsWith":12,"./escapeHTML":13,"./exports":14,"./helper/escapeRegExp":19,"./humanize":24,"./include":25,"./insert":26,"./isBlank":27,"./join":28,"./levenshtein":29,"./lines":30,"./lpad":31,"./lrpad":32,"./ltrim":33,"./naturalCmp":34,"./numberFormat":35,"./pad":36,"./pred":37,"./prune":38,"./quote":39,"./repeat":40,"./replaceAll":41,"./reverse":42,"./rpad":43,"./rtrim":44,"./slugify":45,"./splice":46,"./sprintf":47,"./startsWith":48,"./strLeft":49,"./strLeftBack":50,"./strRight":51,"./strRightBack":52,"./stripTags":53,"./succ":54,"./surround":55,"./swapCase":56,"./titleize":57,"./toBoolean":58,"./toNumber":59,"./toSentence":60,"./toSentenceSerial":61,"./trim":62,"./truncate":63,"./underscored":64,"./unescapeHTML":65,"./unquote":66,"./vsprintf":67,"./words":68,"./wrap":69}],16:[function(_dereq_,module,exports){
322323
var makeString = _dereq_('./makeString');
323324

324325
module.exports = function adjacent(str, direction) {

0 commit comments

Comments
 (0)