@chadfawcett/probot-serverless-now
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "@chadfawcett/probot-serverless-now", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "A Probot extension to make it easier to run your Probot Apps on Zeit Now v2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,4 +42,4 @@ [![npm Version](https://img.shields.io/npm/v/@chadfawcett/probot-serverless-now.svg)](https://npmjs.com/package/@chadfawcett/probot-serverless-now) | ||
"APP_ID": "@app-id", | ||
"WEBHOOK_SECRET": "@webhook-secret-base64-encoded", | ||
"PRIVATE_KEY": "@private-key" | ||
"WEBHOOK_SECRET": "@webhook-secret", | ||
"PRIVATE_KEY": "@private-key-base64-encoded" | ||
}, | ||
@@ -46,0 +46,0 @@ "builds": [{ "src": "now.js", "use": "@now/node" }], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0