read-file-relative
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "read-file-relative", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Read files with path relative to the current module without annoying boilerplate code ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,3 +43,8 @@ # read-file-relative | ||
##Author | ||
## Install | ||
``` | ||
npm install read-file-relative | ||
``` | ||
## Author | ||
[Ivan Nikulin](https://github.com/inikulin) (ifaaan@gmail.com) |
2609
50