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 74c7eb2 commit 420d088Copy full SHA for 420d088
script/closure-library-release/closure-library-release.sh
@@ -117,15 +117,15 @@ mkdir -p "$src_dir" "$third_party_src_dir"
117
cp -r \
118
"$closure_library_dir/AUTHORS" \
119
"$closure_library_dir/LICENSE" \
120
- "$closure_library_dir/README" \
+ "$closure_library_dir/README.md" \
121
"$closure_library_dir/closure/goog" \
122
"$closure_library_dir/closure/css" \
123
"$src_dir"
124
125
126
127
128
129
"$closure_library_dir/third_party/closure/goog" \
130
"$third_party_src_dir"
131
0 commit comments