We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7bcf9 commit 431c15fCopy full SHA for 431c15f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apollo-errors",
3
- "version": "1.6.2",
+ "version": "1.6.3",
4
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
5
"main": "dist/index.js",
6
"scripts": {
tsconfig.json
@@ -6,9 +6,7 @@
"sourceMap": true,
7
"removeComments": false,
8
"noImplicitAny": false,
9
- // "allowJs": true,
10
"outDir": "./dist",
11
- // "emitDecoratorMetadata": true,
12
"declaration": true
13
},
14
"include": [
0 commit comments