Skip to content

Commit

Permalink
Merge pull request #2 from rueckstiess/master
Browse files Browse the repository at this point in the history
fixed linkage for module export.
  • Loading branch information
dvdln committed Oct 20, 2014
2 parents fbb15db + 59f8715 commit 19baf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*jshint node:true*/

module.exports = require('lib/jsonpath-object-transform.js');
module.exports = require('./lib/jsonpath-object-transform.js');

0 comments on commit 19baf12

Please sign in to comment.