neon 0.1.12

A safe abstraction layer for Node.js.
#!/bin/bash
set -e
(cd tests/ && npm test)
(cd compile_tests/ && cargo test)