mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 08:56:41 +03:00
db1f2b8d8f
The js dep won't compile cleanly without this bump because the old ffi version won't build properly (using latest Arch Linux as of Mar 14 2016, probably failing on other distros as well). ffi 2.0.0 builds cleanly.
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"name": "mal",
|
|
"version": "0.0.1",
|
|
"description": "Make a Lisp (mal) language implemented in Javascript",
|
|
"dependencies": {
|
|
"ffi": "2.0.x"
|
|
}
|
|
}
|