Skip to content

Commit

Permalink
Dependency Upgrades, and Readme fix (#34)
Browse files Browse the repository at this point in the history
* Removing old config option from readme

* Upgrading jest and babel-jest, and moving babel-jest to a dev dep

* Upgrading other dependencies to their latest versions
  • Loading branch information
AnujRNair authored Feb 18, 2019
1 parent d426af1 commit 16ec9a4
Show file tree
Hide file tree
Showing 3 changed files with 2,142 additions and 2,094 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ If 2 policies have the same key/policy rule, the former policy will override the

```
{
devAllowUnsafe: false,
enabled: true
hashingMethod: 'sha256',
hashEnabled: {
Expand Down Expand Up @@ -118,7 +117,6 @@ new CspHtmlWebpackPlugin({
'script-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"],
'style-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"]
}, {
devAllowUnsafe: false,
enabled: true
hashingMethod: 'sha256',
hashEnabled: {
Expand Down
Loading

0 comments on commit 16ec9a4

Please sign in to comment.