summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-07-12 08:53:01 +0200
committerMichaël Zasso <targos@protonmail.com>2019-07-20 11:10:26 +0200
commitc7cb70ce5ec109814544c9cb1862b273a3e5c86f (patch)
treedb4cd7d0955236afe7985922fd6e8cab1ee46070 /tools
parent5c1d5958e03941b37662bbd4704ff82af565eb46 (diff)
downloadandroid-node-v8-c7cb70ce5ec109814544c9cb1862b273a3e5c86f.tar.gz
android-node-v8-c7cb70ce5ec109814544c9cb1862b273a3e5c86f.tar.bz2
android-node-v8-c7cb70ce5ec109814544c9cb1862b273a3e5c86f.zip
deps: update acorn to 6.2.0
Includes support for bigint syntax so we can remove the acorn-bigint plugin. PR-URL: https://github.com/nodejs/node/pull/28649 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/license-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index d4c3920388..7875a0cd24 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -30,7 +30,7 @@ fi
# Dependencies bundled in distributions
addlicense "Acorn" "deps/acorn" "$(cat ${rootdir}/deps/acorn/acorn/LICENSE)"
-addlicense "Acorn plugins" "deps/acorn-plugins" "$(cat ${rootdir}/deps/acorn-plugins/acorn-bigint/LICENSE)"
+addlicense "Acorn plugins" "deps/acorn-plugins" "$(cat ${rootdir}/deps/acorn-plugins/acorn-class-fields/LICENSE)"
addlicense "c-ares" "deps/cares" "$(tail -n +3 ${rootdir}/deps/cares/LICENSE.md)"
addlicense "HTTP Parser" "deps/http_parser" "$(cat deps/http_parser/LICENSE-MIT)"
if [ -f "${rootdir}/deps/icu/LICENSE" ]; then