Skip to content

Commit

Permalink
Bump Commoner version to disable dependency scanning by default.
Browse files Browse the repository at this point in the history
If you are using bin/jsx independently, you may need to pass
--follow-requires to it if you rely on its dependency scanning.

Dependency scanning is still a good idea, but it's difficult to make it
work perfectly for everyone the first time they try bin/jsx.

Closes facebook#131.
  • Loading branch information
benjamn committed Jul 1, 2013
1 parent e748be3 commit 18ef896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grunt/tasks/jsx.js
Expand Up @@ -11,6 +11,7 @@ module.exports = function() {
var args = [
"--cache-dir", ".module-cache",
"--relativize",
"--follow-requires",
config.sourceDir,
config.outputDir
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"base62": "~0.1.1",
"commoner": "~0.7.1",
"commoner": "~0.8.0",
"esprima": "https://github.com/facebook/esprima/tarball/a3e0ea3979eb8d54d8bfade220c272903f928b1e",
"recast": "~0.4.8",
"source-map": "~0.1.22"
Expand Down

0 comments on commit 18ef896

Please sign in to comment.