Skip to content

Commit ef2b0ec

Browse files
committed
v1.0.1 (public)
1 parent 55b815d commit ef2b0ec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeutils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A collection of node utilities",
55
"main": "index.js",
66
"scripts": {

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# nodeutils
1+
# [nodeutils](https://www.npmjs.com/package/nodeutils)
22
##### A range of node utilities to aid your development.
33

4-
## [reqhere](https://www.npmjs.com/package/@nodeutils/reqhere)
5-
Simple straightforward tool to allow you to require locally
4+
## reqhere
5+
Simple straightforward tool to allow you to require locally.
6+
7+
[Read More](https://www.npmjs.com/package/@nodeutils/reqhere)
68
```
79
const reqhere = require("nodeutils").reqhere;
810
```

0 commit comments

Comments
 (0)