From 1b735aafe405e0e4f369bad7e2ad46523dadd1ff Mon Sep 17 00:00:00 2001 From: yoichi kobayashi Date: Tue, 27 Dec 2016 01:30:56 +0900 Subject: [PATCH] [edit] package json. --- README.md | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfd2b05..7672478 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # glsl-util +utility functions for glsl. + ## install ``` diff --git a/package.json b/package.json index 705e1d6..441d4e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "glsl-convert-color", - "version": "1.0.0", - "description": "this is the function that convetts RGB to HSV. or is its opposite.", + "name": "glsl-util", + "version": "1.0.1", + "description": "utility functions for glsl.", "author": { "name": "yoichi kobayashi", "url": "http://www.tplh.net/"