auto-watch-pages
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "auto-watch-pages", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const path = require('path'); | ||
const _ = require('lodash'); | ||
const cryptoFun = require('./cryptoFun'); | ||
const importList = []; | ||
@@ -20,4 +19,2 @@ | ||
importName = cryptoFun(importName + new Date().getTime()); | ||
@@ -24,0 +21,0 @@ // 当删除文件时删除对象 |
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
6643
145