@electron-forge/publisher-base
Advanced tools
Comparing version 6.0.0-beta.30 to 6.0.0-beta.31
{ | ||
"name": "@electron-forge/publisher-base", | ||
"version": "6.0.0-beta.30", | ||
"version": "6.0.0-beta.31", | ||
"description": "Base publisher for Electron Forge", | ||
@@ -10,7 +10,4 @@ "repository": "https://github.com/electron-userland/electron-forge", | ||
"typings": "dist/Publisher.d.ts", | ||
"scripts": { | ||
"test": "mocha --require ts-node/register test/**/*_spec.ts test/**/**/*_spec.ts --opts ../../../mocha.opts" | ||
}, | ||
"devDependencies": { | ||
"@electron-forge/shared-types": "6.0.0-beta.30", | ||
"@electron-forge/shared-types": "6.0.0-beta.31", | ||
"chai": "4.2.0", | ||
@@ -17,0 +14,0 @@ "mocha": "^5.0.0" |
@@ -12,3 +12,3 @@ { | ||
"sourceMap": true, | ||
"rootDir": "src", | ||
"rootDir": ".", | ||
"experimentalDecorators": true, | ||
@@ -15,0 +15,0 @@ "strict": 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
9130