Coffee: update ffi dep to 1.3.x
authorJoel Martin <github@martintribe.org>
Sat, 22 Aug 2015 18:41:46 +0000 (13:41 -0500)
committerJoel Martin <github@martintribe.org>
Sat, 22 Aug 2015 18:41:46 +0000 (13:41 -0500)
coffee/package.json

index 859ec4a..d28b74b 100644 (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"
     }
 }