Comparing version 0.0.1 to 0.0.2
const path = require('path'); | ||
const fs = require('fs-extra'); | ||
// TODO: this should be a package or we should use one that does same thing | ||
// <https://github.com/queckezz/koa-views/blob/master/src/index.js> | ||
function getPaths(abs, rel, ext) { | ||
@@ -7,0 +5,0 @@ return fs |
@@ -5,3 +5,3 @@ { | ||
"Helper function to get an absolute path for a template engine view", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -39,3 +39,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=8.3" | ||
"node": ">=6.4" | ||
}, | ||
@@ -42,0 +42,0 @@ "homepage": "https://github.com/niftylettuce/get-paths", |
Sorry, the diff of this file is not supported yet
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
208389
27