webpack-sentry-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "webpack-sentry-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Webpack plugin to upload source maps to Sentry", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
"build": "babel src --out-dir dist", | ||
"prepublish": "npm test && npm run build", | ||
"test": "jest" | ||
@@ -16,0 +17,0 @@ }, |
@@ -9,4 +9,15 @@ # Sentry plugin | ||
Coming soon! | ||
Using npm: | ||
``` | ||
$ npm install webpack-sentry-plugin --save-dev | ||
``` | ||
Using yarn: | ||
``` | ||
$ yarn add webpack-sentry-plugin | ||
``` | ||
### Usage | ||
@@ -13,0 +24,0 @@ |
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
8675
90