Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Dec 11, 2018
1 parent 1c2084f commit 3aa64c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-subresource-integrity",
"version": "1.3.0",
"version": "1.3.1",
"description": "Webpack plugin for enabling Subresource Integrity",
"engines": {
"node": ">=4"
Expand Down Expand Up @@ -92,12 +92,7 @@
"jmtp.js"
],
"nyc": {
"exclude": [
"coverage/**",
"test/**",
"examples/**",
"**/node_modules/**"
]
"exclude": ["coverage/**", "test/**", "examples/**", "**/node_modules/**"]
},
"prettier": {
"singleQuote": true
Expand Down

0 comments on commit 3aa64c4

Please sign in to comment.