config-uncached
Advanced tools
Comparing version 1.0.1 to 1.0.2
'use strict'; | ||
var config = require('config'), | ||
path = require('path'); | ||
var path = require('path'); | ||
@@ -6,0 +5,0 @@ function directory() { |
{ | ||
"name": "config-uncached", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Marc Binder <marcandrebinder@gmail.com>", | ||
@@ -27,3 +27,6 @@ "main": "./index.js", | ||
"url": "https://github.com/MrBoolean/node-config-uncached.git" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/gulp" | ||
} | ||
} |
@@ -5,2 +5,7 @@ # `config-uncached` | ||
## Install | ||
```ssh | ||
npm i config-uncached | ||
``` | ||
## Example | ||
@@ -7,0 +12,0 @@ ```javascript |
Sorry, the diff of this file is not supported yet
5473
40
42