@sentry/types
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
{ | ||
"name": "@sentry/types", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "Types for all Sentry JavaScript SDKs", | ||
@@ -26,2 +26,3 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"build": "tsc -p tsconfig.build.json", | ||
"clean": "rimraf dist", | ||
"lint": "run-s lint:prettier lint:tslint", | ||
@@ -32,5 +33,6 @@ "lint:prettier": "prettier-check '{src,test}/**/*.ts'", | ||
"fix:prettier": "prettier --write '{src,test}/**/*.ts'", | ||
"fix:tslint": "tslint --fix -t stylish -p ." | ||
"fix:tslint": "tslint --fix -t stylish -p .", | ||
"prepublish": "run-s clean build lint" | ||
}, | ||
"gitHead": "20e74471f38babe61b28863c54bc315af71a1f40" | ||
"gitHead": "0e9eb2e04698dcea95e9e3d7b7ebb38a159cdceb" | ||
} |
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
15726