diff --git a/package.json b/package.json index 7d74848..8c81987 100644 --- a/package.json +++ b/package.json @@ -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" @@ -12,6 +13,9 @@ "scripts": { "build": "tsc" }, + "files": [ + "dist" + ], "dependencies": { "@apollo/server": "^4.6.0", "@graphql-tools/utils": "^9.2.1",