ngx-cacheable
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Promise/Observable cache decorators", | ||
@@ -10,3 +10,3 @@ "main": "./index.js", | ||
"test:watch": "karma start --auto-watch", | ||
"build": "tsc && cp package.json ./dist" | ||
"build": "rm -rf dist && tsc && cp package.json ./dist" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
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
164053