Skip to content

Commit

Permalink
fixed module
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorleal committed Aug 26, 2013
1 parent d542a71 commit e456b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1 +1 @@
//module.exports = require('./lib/find-cine');findCine = require('./lib/find-cine');findCine.near('Rua Redentor 70 Ipanema', function (err, res) { console.log(res);});
module.exports = require('./lib/find-cine');
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "find-cine",
"version" : "0.3.2",
"version" : "0.3.3",
"description": "Find movie theaters near you (good to use with geoLocation)",
"main" : "index.js",
"scripts": {
Expand Down

0 comments on commit e456b44

Please sign in to comment.