You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/05/08 15:07:08 UTC

[openwhisk-package-alarms] branch master updated: update version number in package.json (#214)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 4126818  update version number in package.json (#214)
4126818 is described below

commit 41268181123944aa613d20e95a8d6be17c8b032e
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 8 11:06:53 2020 -0400

    update version number in package.json (#214)
---
 package.json | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 732ae3c..557e1f6 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,11 @@
 {
-  "name": "alarms-trigger",
-  "version": "1.0.0",
-  "description": "A service to trigger openwhisk triggers based on cron notation",
+  "name": "@openwhisk/alarms-trigger",
+  "version": "2.1.0",
+  "description": "A service to trigger OpenWhisk triggers based on cron notation",
   "main": "app.js",
-  "license": "ISC",
+  "license": "Apache-2.0",
+  "author": "Apache Software Foundation",
+  "repository": "github:apache/openwhisk-package-alarms",
   "dependencies": {
     "body-parser": "^1.15.0",
     "cron": "1.7.0",