Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
removed debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ayecue committed May 9, 2015
1 parent a4035c8 commit 61dde8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions NodeCjsDeps.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ module.exports = Klass.setSource(__filename).setScope(GLOBAL).define('NodeCjsDep
source = path.resolve(source);
finder.iterate(source);

debugger;

return finder.getModules();
}
});
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-cjs-deps v0.2.1
# node-cjs-deps v0.2.2
[![Build Status](https://travis-ci.org/ayecue/node-cjs-deps.png?branch=master)](https://travis-ci.org/ayecue/node-cjs-deps)

> Search for all dependencies of an CommonJS project or file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-cjs-deps",
"version": "0.2.1",
"version": "0.2.2",
"description": "Search for all dependencies of an CommonJS project or file.",
"main": "NodeCjsDeps.js",
"homepage": "https://github.com/ayecue/node-cjs-deps",
Expand Down

0 comments on commit 61dde8d

Please sign in to comment.