grunt-cacheinfo
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "grunt-cacheinfo", | ||
"description": "cacheinfo.", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"homepage": "http://gitlab.alibaba-inc.com/trip-tools/grunt-cacheinfo", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -20,2 +20,4 @@ # grunt-cacheinfo | ||
- 0.1.13 | ||
- `grunt.registerTask` => `grunt.registerMultiTask` | ||
- 0.1.12 | ||
@@ -22,0 +24,0 @@ - 升级 cache_info.json -> abc.json,加入配置项 `genABCJSON`,当配置上 `genABCJSON` 时,**不再输出 `options.dest` **。 |
@@ -19,5 +19,4 @@ /* | ||
module.exports = function (grunt) { | ||
grunt.registerTask('cacheinfo', 'cacheinfo.', function () { | ||
grunt.registerMultiTask('cacheinfo', 'cacheinfo.', function () { | ||
// Merge task-specific and/or target-specific options with these defaults. | ||
@@ -24,0 +23,0 @@ |
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
13605
29