mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +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",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
"files": [
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"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 {
|
||||
cursor: default;
|
||||
display: flex;
|
||||
height: 34px;
|
||||
line-height: 14px;
|
||||
padding: 8px 8px 5px;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user