Skip to content

Commit 16ec9a4

Browse files
authored
Dependency Upgrades, and Readme fix (#34)
* 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
1 parent d426af1 commit 16ec9a4

File tree

3 files changed

+2142
-2094
lines changed

3 files changed

+2142
-2094
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ If 2 policies have the same key/policy rule, the former policy will override the
7575

7676
```
7777
{
78-
devAllowUnsafe: false,
7978
enabled: true
8079
hashingMethod: 'sha256',
8180
hashEnabled: {
@@ -118,7 +117,6 @@ new CspHtmlWebpackPlugin({
118117
'script-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"],
119118
'style-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"]
120119
}, {
121-
devAllowUnsafe: false,
122120
enabled: true
123121
hashingMethod: 'sha256',
124122
hashEnabled: {

0 commit comments

Comments
 (0)