stop people from patching babylon by building it

This commit is contained in:
Sebastian McKenzie
2015-12-24 03:58:52 +00:00
parent f0fd729883
commit c72ef3755a
6 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node
var babylon = require("../lib/index");
var babylon = require("..");
var fs = require("fs");
var filename = process.argv[2];