This repository has been archived by the owner on Jun 12, 2019. It is now read-only.
When calling the project function without an object, it would fail on lookup.
var PoxyFactory = require('proxy!./my/module');
// This is what used to fail
var myModule = PoxyFactory();