@vxapp/resolve
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -81,2 +81,3 @@ const fs = require('fs'); | ||
const ref = resolve(name, { basedir, extensions }); | ||
if(!ref) throw new Error(`[@vxapp/resolve] can not found module: "${name}" `); | ||
var output = ref.replace(source, target); | ||
@@ -83,0 +84,0 @@ if(~ref.indexOf('node_modules')){ |
{ | ||
"name": "@vxapp/resolve", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "resolve npm modules", | ||
@@ -14,9 +14,2 @@ "keywords": [ | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"repository": { | ||
@@ -26,9 +19,6 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/song940/vxapp/issues" | ||
}, | ||
"gitHead": "e02dc67596abd028828e628e539ed6f398e1f822" | ||
"gitHead": "7787bf09096686206ef0b336b72a1522f8df39c7" | ||
} |
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
89
3255