From 207d3cf419d6a05084e9d2020be0dc2564a55aa4 Mon Sep 17 00:00:00 2001 From: Blazh Date: Sun, 17 Sep 2017 23:53:30 +0200 Subject: [PATCH] Update keywords --- package.json | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 31c8877..cb33a4e 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,31 @@ { - "name": "textural-js", - "version": "0.1.6", - "description": "A javascript library for formatting and manipulating text.", - "main": "gulpfile.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Ivan Blazevic", - "license": "MIT", - "dependencies": { - "gulp": "^3.8.11", - "gulp-coverage": "^0.3.38", - "gulp-coveralls": "^0.1.4", - "gulp-jshint": "^2.0.0", - "gulp-nodeunit": "0.0.5", - "gulp-rename": "^1.2.2", - "gulp-uglify": "^1.0.0" - } + "name": "textural-js", + "version": "0.1.7", + "description": "A javascript library for formatting and manipulating text.", + "main": "gulpfile.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Ivan Blazevic", + "license": "MIT", + "dependencies": { + "gulp": "^3.8.11", + "gulp-coverage": "^0.3.38", + "gulp-coveralls": "^0.1.4", + "gulp-jshint": "^2.0.0", + "gulp-nodeunit": "0.0.5", + "gulp-rename": "^1.2.2", + "gulp-uglify": "^1.0.0" + }, + "keywords": [ + "text", + "snake-case", + "camel-case", + "convert", + "format", + "pascal-case", + "string", + "string-manipulation", + "js" + ] }