fix(publish): set the private to false and config the registry (#8)
parent
d9858558cb
commit
7166554bf0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@honojs/graphql-server",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"repository": "git@github.com:honojs/grahql-server.git",
|
||||
"author": "Minghe Huang <h.minghe@gmail.com>",
|
||||
"main": "dist/index.js",
|
||||
|
@ -9,6 +9,11 @@
|
|||
"dist"
|
||||
],
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:deno": "deno test deno_test",
|
||||
|
|
Loading…
Reference in New Issue