electron-better-web-request
Advanced tools
Comparing version 1.0.0-rc2 to 1.0.0-rc3
{ | ||
"name": "electron-better-web-request", | ||
"version": "1.0.0-rc2", | ||
"version": "1.0.0-rc3", | ||
"description": "Module replacement for electron-web-request", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"test": "mocha -r ts-node/register test/**/*.ts", | ||
"prepublish": "rm -rf ./lib/ && tslint -p . && tsc -p ." | ||
"prepublish": "rm -rf ./lib/ && tslint -p . && tsc -p . --declaration" | ||
}, | ||
@@ -13,0 +13,0 @@ "devDependencies": { |
{ | ||
"compilerOptions": { | ||
"outDir": "lib", | ||
"allowJs": true, | ||
"declaration": true, | ||
"resolveJsonModule": true, | ||
@@ -6,0 +6,0 @@ "esModuleInterop": true, |
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
40366