inflector-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
10
index.js
'use strict'; | ||
/** | ||
* @link http://www.phpframeworkstudio.com | ||
* @copyright Copyright (c) 2016 PHP Framework Studio | ||
* @license http://www.phpframeworkstudio.com/license | ||
*/ | ||
/** | ||
* Javascript inflector | ||
@@ -16,7 +10,3 @@ * | ||
/** | ||
* This source code developed from http://code.google.com/p/inflection-js/ | ||
*/ | ||
var _Inflector = { | ||
@@ -23,0 +13,0 @@ |
{ | ||
"name": "inflector-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Inflector pluralizes and singularizes English nouns. It also contains some other useful methods.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15842
317