Skip to content

Commit

Permalink
Enable function expressions (#393)
Browse files Browse the repository at this point in the history
* Bump js-slang

* Update yarn.lock
  • Loading branch information
remo5000 authored Oct 31, 2018
1 parent 2805ed8 commit f02eca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"draft-js": "^0.10.5",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"js-slang": "0.1.13",
"js-slang": "0.1.14",
"lodash": "^4.17.10",
"lz-string": "^1.4.4",
"moment": "^2.22.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5926,10 +5926,10 @@ js-base64@^2.1.9:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"
integrity sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==

[email protected].13:
version "0.1.13"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.13.tgz#bee31777b967d02eefac09226ca78bf12d6f19a1"
integrity sha512-oD05dO+lxf+ovkRNPHk2kaudF1GloM7ENqNmTA1tbWIfD1RfpLTdDmrkZahqZwtAJf3PvK0Ijst57zkeNrlojQ==
[email protected].14:
version "0.1.14"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.14.tgz#7df10d980bbd0f65e4ee6813d26db5b544d64ce2"
integrity sha512-j2zLfhRrDN0uSJrR9N1nFMQ4nOqiFrSLOa+hqbuPbcUsMlSV9hDYy9tZ/ZyW1oB2gpRyzCFvJRvkEkde7ooBlQ==
dependencies:
"@types/acorn" "^4.0.3"
"@types/estree" "0.0.39"
Expand Down

0 comments on commit f02eca6

Please sign in to comment.