From f1f5fc8c9dad36606463f50212cb73362ea9cc51 Mon Sep 17 00:00:00 2001 From: Tim Ermilov Date: Thu, 13 Jun 2019 15:01:22 +0200 Subject: [PATCH] Release 1.0.0 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc688a0..b80b23a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exoframe-faas", - "version": "0.3.1", + "version": "1.0.0", "description": "Simple function deployments for Exoframe", "main": "index.js", "scripts": { @@ -10,7 +10,12 @@ "bin": { "exoframe-faas": "bin/exoframe-faas.js" }, - "keywords": [], + "keywords": [ + "exoframe", + "faas", + "docker", + "function" + ], "author": "Tim Ermilov (http://codezen.net)", "license": "MIT", "dependencies": {