fis-command-install
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -91,2 +91,6 @@ /* | ||
if (fis.config.get('component.skipRoadmapCheck', false)) { | ||
return; | ||
} | ||
roadmap.every(function(item) { | ||
@@ -102,5 +106,6 @@ var reg = item.reg.toString(); | ||
good || logger.warn('Please copy the following rule to you `roadmap.path`\n settings in `fos-conf.js`:\n' + | ||
good || logger.warn('Please copy the following rule to you `roadmap.path`\n settings in `fis-conf.js`:\n' + | ||
'{\n'+ | ||
' reg: /^\\/'+folder+'\\/.*\\.js$/i,\n' + | ||
' isMod: true,\n' + | ||
' jswrapper: {\n' + | ||
@@ -107,0 +112,0 @@ ' type: \'amd\'\n' + |
{ | ||
"name": "fis-command-install", | ||
"description": "fis install command.", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"author": "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/", |
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
45195
1027