webpack-sentry-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "webpack-sentry-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Webpack plugin to upload source maps to Sentry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,4 +5,2 @@ # Sentry plugin | ||
⚠ WIP ⚠ | ||
### Installation | ||
@@ -91,1 +89,12 @@ | ||
- Thanks for [@danharper](https://github.com/danharper) for creating the original build script implementation | ||
### Contributing | ||
Contributions are welcome 😄. To run the tests, please ensure you have the relevant environment variables set up. You can `cp .env.example .env` and fill it in. | ||
#### Commands to be aware of | ||
*Warning*: The test suite will create releases & upload files. They should be cleaned up afterward, but ensure that you are not overwriting something important! | ||
- `npm test`: Runs the test suite | ||
- `npm run build`: Compiles distribution build |
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
9118
99