Skip to content

Commit

Permalink
es6, ts: address security alerts.
Browse files Browse the repository at this point in the history
ts was not actually using the yarn.lock file so remove it. Update the
esm dep in es6.
  • Loading branch information
kanaka committed Aug 8, 2019
1 parent bada790 commit dafae29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 186 deletions.
2 changes: 1 addition & 1 deletion es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in ES6 (ECMAScript 6 / ECMAScript 2015)",
"dependencies": {
"esm": "3.0.x",
"esm": "3.1.x",
"ffi-napi": "2.4.x"
},
"esm": {
Expand Down
185 changes: 0 additions & 185 deletions ts/yarn.lock

This file was deleted.

0 comments on commit dafae29

Please sign in to comment.