Update plugins and merge theme packages

This commit is contained in:
Gregory Schier 2020-05-01 20:40:02 -07:00
parent 6fc394891d
commit 48916b9ed2
13 changed files with 3 additions and 24 deletions

View File

@ -17,7 +17,6 @@
"gaLocation": "https://designer.lytics.insomnia.rest",
"gravatarEmail": "avatar.designer@insomnia.rest",
"plugins": [
"kong-studio-themes",
"insomnia-plugin-base64",
"insomnia-plugin-hash",
"insomnia-plugin-file",

View File

@ -138,7 +138,6 @@
"jsonlint": "^1.6.3",
"jsonpath": "^1.0.2",
"jwt-authentication": "^0.4.0",
"kong-studio-themes": "^2.2.2",
"marked": "^0.3.9",
"mime-types": "^2.1.18",
"mkdirp": "^0.5.1",

View File

@ -1,5 +1,7 @@
module.exports.themes = [
require('./themes/default'),
require('./themes/studio-light'),
require('./themes/studio-dark'),
require('./themes/material'),
require('./themes/simple-light'),
require('./themes/simple-dark'),

View File

@ -1,6 +1,6 @@
module.exports = {
name: 'default',
displayName: 'Default',
displayName: 'Core Default',
theme: {
background: {
default: '#555',

View File

@ -3,7 +3,6 @@
"version": "2.2.3",
"main": "index.js",
"insomnia": {
"unlisted": true,
"name": "kong-bundle",
"description": "Bundle of all Kong plugins"
},

View File

@ -3,7 +3,6 @@
"version": "2.2.2",
"main": "index.js",
"insomnia": {
"unlisted": true,
"name": "kong-declarative-config",
"description": "Generate Kong Declarative Config"
},

View File

@ -3,7 +3,6 @@
"version": "2.2.2",
"main": "index.js",
"insomnia": {
"unlisted": true,
"name": "kong-kubernetes-config",
"description": "Generate Kong For Kubernetes configuration"
},

View File

@ -7,7 +7,6 @@
"watch": "webpack --config webpack.config.js --watch"
},
"insomnia": {
"unlisted": true,
"name": "kong-portal",
"description": "Deploy API specifications to Kong Portal"
},

View File

@ -1 +0,0 @@
module.exports.themes = [require('./themes/studio-light'), require('./themes/studio-dark')];

View File

@ -1,5 +0,0 @@
{
"name": "kong-studio-themes",
"version": "2.2.2",
"lockfileVersion": 1
}

View File

@ -1,11 +0,0 @@
{
"name": "kong-studio-themes",
"private": true,
"version": "2.2.2",
"main": "index.js",
"insomnia": {
"name": "kong-themes",
"core": true,
"unlisted": true
}
}