Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 34dd380

Browse files
committed
1.12.3
1 parent ae5ad9d commit 34dd380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slash-graphql",
33
"description": "Command Line Tools to Manage Slash GraphQL",
4-
"version": "1.12.1",
4+
"version": "1.12.3",
55
"author": "Dgraph Labs @dgraphlabs",
66
"bin": {
77
"slash-graphql": "./bin/run"

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"importHelpers": true,
5-
"esModuleInterop": true,
5+
"esModuleInterop": true,
66
"module": "commonjs",
77
"outDir": "lib",
88
"rootDir": "src",

0 commit comments

Comments
 (0)