aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-23 12:51:26 +1000
committerYuchen Pei <hi@ypei.me>2022-09-23 12:51:26 +1000
commita52f7dababa503f45e5bf34d63fe73931b3f0b90 (patch)
tree484bf871a2105840b4c066abc1f08c10f087f870
parent24cd3237d26c3ac3ece873cb4e2769008464b1b0 (diff)
acorn update breaks librejs
also, acorn-loose is not used
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4472463..9550478 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@
BUILD:
First, you need to get some stuff with npm:
- $ npm install acorn-loose jssha browserify
+ $ npm install acorn@"<=8.7.1" jssha browserify
$ export PATH=$PATH:./node_modules/.bin
To build the extension run: