mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-29 11:23:57 +01:00
release: bruno-graphql-docs@0.1.0
This commit is contained in:
parent
e16650d4a7
commit
dcdeb78995
@ -3,6 +3,10 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c"
|
"build": "rollup -c"
|
||||||
},
|
},
|
||||||
|
3
packages/bruno-graphql-docs/readme.md
Normal file
3
packages/bruno-graphql-docs/readme.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# bruno-graphql-docs
|
||||||
|
|
||||||
|
Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql)
|
@ -6,7 +6,6 @@
|
|||||||
.graphql-docs-container .history-title-bar {
|
.graphql-docs-container .history-title-bar {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 34px;
|
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
padding: 8px 8px 5px;
|
padding: 8px 8px 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user