From 010b3612a1686be699852b045fed7119c6004a03 Mon Sep 17 00:00:00 2001 From: Matt Kingshott <51963402+mattkingshott@users.noreply.github.com> Date: Thu, 16 Apr 2020 07:54:47 +0100 Subject: [PATCH] added keywords --- .gitignore | 3 ++- package.json | 8 +++++++- resources/version.svg | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 91dfed8..d3f9e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -node_modules \ No newline at end of file +node_modules +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index b8d9fb2..b00fb48 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,17 @@ { "name": "@kingshott/iodine", - "version": "3.0.1", + "version": "3.0.2", "description": "A micro client-side validation library", "repository": { "type": "git", "url": "https://github.com/mattkingshott/iodine.git" }, + "keywords": [ + "iodine", + "validation", + "data", + "micro" + ], "scripts": { "build": "microbundle", "watch": "microbundle watch", diff --git a/resources/version.svg b/resources/version.svg index 18a572a..e7dd202 100644 --- a/resources/version.svg +++ b/resources/version.svg @@ -14,7 +14,7 @@ stable stable - v3.0.1 - v3.0.1 + v3.0.2 + v3.0.2 \ No newline at end of file