Skip to content

Commit

Permalink
Add types and files to package.json (#29)
Browse files Browse the repository at this point in the history
* feat: add types to package.json

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>

* feat: bump package to v0.2.2

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>

* feat: add files to package.json

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>

---------

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored Apr 14, 2023
1 parent 41864de commit a1c8026
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "graphql-citadel",
"version": "0.2.1",
"version": "0.2.2",
"description": "Easy to use schema-first GraphQL schema directive for authentication and authorization",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/KeraphQL/graphql-citadel.git"
Expand All @@ -12,6 +13,9 @@
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"dependencies": {
"@apollo/server": "^4.6.0",
"@graphql-tools/utils": "^9.2.1",
Expand Down

0 comments on commit a1c8026

Please sign in to comment.