graphql-schema-modular
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "graphql-schema-modular", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Make organizing graphql schema modules easier", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"repository": "https://github.com/mrphu3074/graphql-schema-modular.git", | ||
@@ -7,0 +8,0 @@ "author": "Phu Nguyen <mrphu3074@gmail.com>", |
@@ -17,4 +17,5 @@ { | ||
"sourceMap": true, | ||
"outDir": "dist" | ||
"outDir": "dist", | ||
"declaration": true | ||
} | ||
} |
22072
9
175