Skip to content

Commit

Permalink
fix npm install #305
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 7, 2024
1 parent 96cfd48 commit a43f198
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* fix handling of recursive `flatten` `syntax-rules` macro [#304](https://github.com/jcubic/lips/issues/304)
* fix syntax-rules macro that manipulate code (see tests/syntax.scm and undswap macro)
* fix `(read)` in the Web REPL
* fix Node REPL with `npm install` [#305](https://github.com/jcubic/lips/issues/305)

## 1.0.0-beta.18
### Breaking
Expand Down
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
"babel-preset-stage-0": "^6.24.1",
"benchmark": "^2.1.4",
"c8": "^9.1.0",
"compare-versions": "^6.1.0",
"eslint": "^8.56.0",
"microtime": "^3.1.1",
"nyc": "^15.1.0",
Expand All @@ -258,6 +257,7 @@
"bn.js": "^5.2.1",
"cbor-extract": "^2.2.0",
"cbor-x": "^1.5.8",
"compare-versions": "^6.1.0",
"coveralls-next": "^4.2.0",
"lzjb-pack": "^0.2.0",
"mermaid": "^10.7.0",
Expand Down

0 comments on commit a43f198

Please sign in to comment.