release: bruno-graphql-docs@0.1.0

This commit is contained in:
Anoop M D 2022-11-08 03:34:25 +05:30
parent e16650d4a7
commit dcdeb78995
3 changed files with 7 additions and 1 deletions

View File

@ -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"
},

View File

@ -0,0 +1,3 @@
# bruno-graphql-docs
Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql)

View File

@ -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;