Skip to content

Commit 87e957e

Browse files
author
Danny Davidson
committed
add .env file and export default
1 parent 579f8b8 commit 87e957e

File tree

3 files changed

+5695
-1
lines changed

3 files changed

+5695
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GOOGLE_CLOUD_PROJECT=subgraph-io

build/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
66

77
export as namespace colors;
8-
export = colors;
8+
export default colors;
99

1010
declare const colors: Color;
1111

0 commit comments

Comments
 (0)