export-dirs
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -17,8 +17,5 @@ # {%= name %} {%= badge("fury") %} | ||
```js | ||
var exportDirs = require('{%= name %}'); | ||
module.exports = require('{%= name %}')(__dirname); | ||
``` | ||
## API | ||
{%= comments("index.js") %} | ||
## Contributing | ||
@@ -25,0 +22,0 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %}) |
{ | ||
"name": "export-dirs", | ||
"description": "node.js utility for exporting directories as modules.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/export-dirs", | ||
@@ -35,9 +35,8 @@ "author": { | ||
"keywords": [ | ||
"docs", | ||
"documentation", | ||
"generate", | ||
"generator", | ||
"markdown", | ||
"templates", | ||
"verb" | ||
"export", | ||
"exports", | ||
"file", | ||
"files", | ||
"module", | ||
"modules" | ||
], | ||
@@ -44,0 +43,0 @@ "dependencies": { |
@@ -21,8 +21,5 @@ # export-dirs [![NPM version](https://badge.fury.io/js/export-dirs.svg)](http://badge.fury.io/js/export-dirs) | ||
```js | ||
var exportDirs = require('export-dirs'); | ||
module.exports = require('export-dirs')(__dirname); | ||
``` | ||
## API | ||
## Contributing | ||
@@ -44,2 +41,2 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/export-dirs/issues) | ||
_This file was generated by [verb](https://github.com/jonschlinkert/verb) on November 13, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on November 13, 2014._ |
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
5105
40