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