File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " underscore.string" ,
3- "version" : " 3.3.4 " ,
3+ "version" : " 3.3.5 " ,
44 "description" : " String manipulation extensions for Underscore.js javascript library." ,
55 "homepage" : " http://epeli.github.com/underscore.string/" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 22 "name" : " underscore.string" ,
33 "repo" : " epeli/underscore.string" ,
44 "description" : " String manipulation extensions for Underscore.js javascript library" ,
5- "version" : " 3.3.4 " ,
5+ "version" : " 3.3.5 " ,
66 "keywords" : [
77 " underscore" ,
88 " string"
Original file line number Diff line number Diff line change 44* Underscore.string is freely distributable under the terms of the MIT license.
55* Documentation: https://github.com/epeli/underscore.string
66* Some code is borrowed from MooTools and Alexandru Marasteanu.
7- * Version '3.3.4 '
7+ * Version '3.3.5 '
88* @preserve
99*/
1010
@@ -16,7 +16,7 @@ function s(value) {
1616 this . _wrapped = value ;
1717}
1818
19- s . VERSION = '3.3.4 ' ;
19+ s . VERSION = '3.3.5 ' ;
2020
2121s . isBlank = require ( './isBlank' ) ;
2222s . stripTags = require ( './stripTags' ) ;
Original file line number Diff line number Diff line change 33Package . describe ( {
44 name : 'underscorestring:underscore.string' ,
55 summary : 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.' ,
6- version : '3.3.4 ' ,
6+ version : '3.3.5 ' ,
77 git : 'https://github.com/epeli/underscore.string.git' ,
88 documentation : 'README.markdown'
99} ) ;
You can’t perform that action at this time.
0 commit comments