mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Update plugins and merge theme packages
This commit is contained in:
parent
6fc394891d
commit
48916b9ed2
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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'),
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'default',
|
||||
displayName: 'Default',
|
||||
displayName: 'Core Default',
|
||||
theme: {
|
||||
background: {
|
||||
default: '#555',
|
||||
|
@ -3,7 +3,6 @@
|
||||
"version": "2.2.3",
|
||||
"main": "index.js",
|
||||
"insomnia": {
|
||||
"unlisted": true,
|
||||
"name": "kong-bundle",
|
||||
"description": "Bundle of all Kong plugins"
|
||||
},
|
||||
|
@ -3,7 +3,6 @@
|
||||
"version": "2.2.2",
|
||||
"main": "index.js",
|
||||
"insomnia": {
|
||||
"unlisted": true,
|
||||
"name": "kong-declarative-config",
|
||||
"description": "Generate Kong Declarative Config"
|
||||
},
|
||||
|
@ -3,7 +3,6 @@
|
||||
"version": "2.2.2",
|
||||
"main": "index.js",
|
||||
"insomnia": {
|
||||
"unlisted": true,
|
||||
"name": "kong-kubernetes-config",
|
||||
"description": "Generate Kong For Kubernetes configuration"
|
||||
},
|
||||
|
@ -7,7 +7,6 @@
|
||||
"watch": "webpack --config webpack.config.js --watch"
|
||||
},
|
||||
"insomnia": {
|
||||
"unlisted": true,
|
||||
"name": "kong-portal",
|
||||
"description": "Deploy API specifications to Kong Portal"
|
||||
},
|
||||
|
@ -1 +0,0 @@
|
||||
module.exports.themes = [require('./themes/studio-light'), require('./themes/studio-dark')];
|
5
plugins/kong-studio-themes/package-lock.json
generated
5
plugins/kong-studio-themes/package-lock.json
generated
@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "kong-studio-themes",
|
||||
"version": "2.2.2",
|
||||
"lockfileVersion": 1
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user