Skip to content

Commit

Permalink
stop people from patching babylon by building it
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Dec 23, 2015
1 parent 1932211 commit 045bcdc
Show file tree
Hide file tree
Showing 8 changed files with 6,607 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/babylon/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ src
test
*.log
scripts
lib
2 changes: 1 addition & 1 deletion packages/babylon/bin/babylon.js
Original file line number Diff line number Diff line change
@@ -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];
Expand Down
Loading

0 comments on commit 045bcdc

Please sign in to comment.