summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-06 14:11:15 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-06 01:57:32 -0400
commitc1f430966a798e7f26228e3e3a372b0d3eb4a549 (patch)
tree3ba9c34268553dbfd6771cd80abf6bf8b74b3ec2 /BUILD.gn
parent31eda28a640f1052ef3ccf57704c3f564cf5061f (diff)
chore: reorganize symlinks
resolves #332
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",