Skip to content

Commit

Permalink
makes all package.json author fields consistent (#3338)
Browse files Browse the repository at this point in the history
* makes all package.json author fields consistent

* adds Preston Alvarado as a contributor per review feedback.
  • Loading branch information
Tieske authored and dimitropoulos committed May 12, 2021
1 parent d967761 commit a4b05bc
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 19 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia",
"private": true,
"version": "1.0.0",
"author": "Kong <office@konghq.com>",
"description": "Insomnia is a cross-platform REST client, built on top of Electron.",
"license": "MIT",
"repository": "https://github.com/kong/insomnia",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-components/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-components",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia UI component library",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/develop/packages/insomnia-components",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-cookies/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-cookies",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Cookie utilities",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-importers/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-importers",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/packages/insomnia-importers",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-prettify/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-prettify",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Prettification utilities for Insomnia",
"license": "MIT",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/insomnia-send-request/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "2.2.35",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/insomnia-smoke-test/package.json
@@ -1,6 +1,7 @@
{
"private": true,
"name": "insomnia-smoke-test",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
"version": "2.2.35",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions packages/insomnia-testing/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "2.2.35",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-url/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-url",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "URL Utilities",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-xpath/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-xpath",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Query XML using XPath",
"license": "MIT",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/openapi-2-kong/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "2.2.35",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-base64/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-base64",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia base64 template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-base64",
Expand Down
8 changes: 7 additions & 1 deletion plugins/insomnia-plugin-cookie-jar/package.json
@@ -1,7 +1,13 @@
{
"name": "insomnia-plugin-cookie-jar",
"version": "2.2.35",
"author": "Preston Alvarado <pjalva1@hotmail.com>",
"author": "Kong <office@konghq.com>",
"contributors": [
{
"name": "Preston Alvarado",
"email": "pjalva1@hotmail.com"
}
],
"description": "Insomnia cookie jar template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-core-themes/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-core-themes",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia core themes",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-default-headers/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-default-headers",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-default-headers",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-file/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-file",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia file templte tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-file",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-hash/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-hash",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia hash template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-hash",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-jsonpath/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-jsonpath",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-json-path",
Expand Down
1 change: 1 addition & 0 deletions plugins/insomnia-plugin-kong-bundle/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-plugin-kong-bundle",
"version": "2.2.35",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"insomnia": {
"name": "kong-bundle",
"displayName": "Kong Plugin Bundle",
Expand Down
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-plugin-kong-declarative-config",
"version": "2.2.35",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"insomnia": {
"name": "kong-declarative-config",
"description": "Generate Kong Declarative Config"
Expand Down
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-plugin-kong-kubernetes-config",
"version": "2.2.35",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"insomnia": {
"name": "kong-kubernetes-config",
"description": "Generate Kong For Kubernetes configuration"
Expand Down
1 change: 1 addition & 0 deletions plugins/insomnia-plugin-kong-portal/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "insomnia-plugin-kong-portal",
"version": "2.2.35",
"main": "dist/index.js",
"author": "Kong <office@konghq.com>",
"scripts": {
"build": "webpack --config webpack.config.js --display errors-only",
"watch": "webpack --config webpack.config.js --watch",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-now/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-now",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-now",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-os/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-os",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Template tag to get information about the OS",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-os",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-prompt/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-prompt",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia prompt template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-prompt",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-request/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-request",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia request template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-request",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-response/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-response",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia response template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-response",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insomnia-plugin-uuid/package.json
@@ -1,7 +1,7 @@
{
"name": "insomnia-plugin-uuid",
"version": "2.2.35",
"author": "Gregory Schier <greg.schier@konghq.com>",
"author": "Kong <office@konghq.com>",
"description": "Insomnia uuid template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-uuid",
Expand Down

0 comments on commit a4b05bc

Please sign in to comment.