Bump to v3.1.0.

This commit is contained in:
jdalton
2015-02-01 22:09:14 -08:00
parent 891d0482c6
commit d5f4043617
21 changed files with 74 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ import padRight from './string/padRight';
import parseInt from './string/parseInt';
import repeat from './string/repeat';
import snakeCase from './string/snakeCase';
import startCase from './string/startCase';
import startsWith from './string/startsWith';
import template from './string/template';
import templateSettings from './string/templateSettings';
@@ -35,6 +36,7 @@ export default {
'parseInt': parseInt,
'repeat': repeat,
'snakeCase': snakeCase,
'startCase': startCase,
'startsWith': startsWith,
'template': template,
'templateSettings': templateSettings,