Commit d99e404
committed
Be explicit about all npm package files
We were previously just globbing the entire google/ dir, which brings
in different versions of files that we don't normally publish to
npm. For example, we usually publish any_pb.js, which uses commonjs
requires instead of any.js, which uses closure's goog.require.1 parent d451e3b commit d99e404
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments