Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "cachedir", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Linus Unnebäck <linus@folkdatorn.se>", |
@@ -14,7 +14,6 @@ # node-cachedir | ||
```javascript | ||
var cachedir = require('cachedir'); | ||
var cachedir = require('cachedir') | ||
var path = cachedir('linusu') | ||
var path = cachedir('linusu'); | ||
// `dir` now contains the path under which you should store cached files | ||
// `path` now contains the path under which you should store cached files | ||
``` |
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
3789
7
19