Skip to content

Commit e0a8a41

Browse files
author
Mohit Shah
committed
Changed BUILD to make syntaxnet visible publicly
1 parent db6d0f2 commit e0a8a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

syntaxnet/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
glib_files/
1010
*.pyc
1111
*.*~
12-
12+
*~

syntaxnet/syntaxnet/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package(
55
default_visibility = [
6-
"//visibility:private",
6+
"//visibility:public",
77
],
88
features = ["-layering_check"],
99
)

0 commit comments

Comments
 (0)