From 60a207f5f2cbfcaf1045726e87859c67cfdbd15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 12 Jul 2019 08:53:01 +0200 Subject: 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 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Yongsheng Zhang --- tools/license-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/license-builder.sh') diff --git a/tools/license-builder.sh b/tools/license-builder.sh index d4c39203884..7875a0cd24e 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 -- cgit v1.2.3