Comparing version 4.1.1 to 4.1.2
@@ -5,4 +5,4 @@ { | ||
"homepage": "https://github.com/Kikobeats/whoops", | ||
"version": "4.1.1", | ||
"main": "lib/index.js", | ||
"version": "4.1.2", | ||
"main": "src/index.js", | ||
"author": { | ||
@@ -53,3 +53,3 @@ "email": "josefrancisco.verdu@gmail.com", | ||
"files": [ | ||
"lib" | ||
"src" | ||
], | ||
@@ -60,3 +60,3 @@ "scripts": { | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "standard lib", | ||
"lint": "standard", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
@@ -94,4 +94,7 @@ "prerelease": "npm run update:check && npm run contributors", | ||
"standard": { | ||
"env": "mocha" | ||
"globals": [ | ||
"describe", | ||
"it" | ||
] | ||
} | ||
} |
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
11207
82901