1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00

Coffee: update ffi dep to 1.3.x

This commit is contained in:
Joel Martin 2015-08-22 13:41:46 -05:00
parent f364114340
commit 0fca5271a6

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in CoffeeScript",
"dependencies": {
"ffi": "1.2.x",
"ffi": "1.3.x",
"coffee-script": "~1.8"
}
}