Skip to content

Commit ddbfc87

Browse files
committed
[dist] 0.0.2
1 parent 47882f7 commit ddbfc87

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# moduleLoadList
22

3+
[![Version npm][version]](http://browsenpm.org/package/moduleloadlist)[![Build Status][build]](https://travis-ci.org/observing/moduleloadlist)[![Dependencies][david]](https://david-dm.org/observing/moduleloadlist)[![Coverage Status][cover]](https://coveralls.io/r/observing/moduleloadlist?branch=master)
4+
5+
[version]: http://img.shields.io/npm/v/moduleloadlist.svg?style=flat-square
6+
[build]: http://img.shields.io/travis/observing/moduleloadlist/master.svg?style=flat-square
7+
[david]: https://img.shields.io/david/observing/moduleloadlist.svg?style=flat-square
8+
[cover]: http://img.shields.io/coveralls/observing/moduleloadlist/master.svg?style=flat-square
9+
310
Return a list of modules, bindings and native modules that have currently been
411
loaded in your application. This gives you a greater understanding of the
512
complexity of your application and possibly some useful information for

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moduleloadlist",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A list of all internal and user defined modules that are loaded/required",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)