summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f1c431743..e67753b72 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -101,7 +101,7 @@ run_node("bundle") {
sources = [
"js/main.ts",
"js/msg_generated.ts",
- "js/package.json", # The `browserslist` field controls Babel behavior.
+ "package.json", # The `browserslist` field controls Babel behavior.
]
outputs = [
out_dir + "main.js",