chore(hello): update `package.json` (#6)
* chore: just an experiment * update package.jsonpull/5/head
parent
0e7e7e2de4
commit
e4236f45ee
|
@ -15,6 +15,10 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org",
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/honojs/middleware.git"
|
"url": "https://github.com/honojs/middleware.git"
|
||||||
|
|
Loading…
Reference in New Issue