Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,3 @@ // builtin | ||
// mainprog loads | ||
var main_paths = require.main.paths; | ||
var main_paths = require.main && require.main.paths || []; | ||
@@ -15,0 +15,0 @@ module.exports = function() { |
{ | ||
"name": "lsmod", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "fetch list of modules and versions installed for the project root", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# lsmod [![Build Status](https://secure.travis-ci.org/shtylman/node-lsmod.png?branch=master)](https://travis-ci.org/shtylman/node-lsmod) | ||
# lsmod [![Build Status](https://secure.travis-ci.org/defunctzombie/node-lsmod.png?branch=master)](https://travis-ci.org/defunctzombie/node-lsmod) | ||
@@ -3,0 +3,0 @@ lsmod fetches the list of modules and the versions loaded by the entry file for your node.js app. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3207