Comparing version 1.1.4 to 1.1.5
@@ -0,1 +1,5 @@ | ||
1.1.5 / 2017-05-13 | ||
------------------ | ||
Fixed standard call so that our bin file also got tested. See https://github.com/jprichardson/reload/pull/85 | ||
1.1.4 / 2017-05-13 | ||
@@ -2,0 +6,0 @@ ------------------ |
{ | ||
"name": "reload", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.", | ||
@@ -36,4 +36,4 @@ "repository": { | ||
"scripts": { | ||
"standard": "standard", | ||
"test": "npm run standard" | ||
"test": "npm run standard", | ||
"standard": "standard **/*.js bin/**/*" | ||
}, | ||
@@ -40,0 +40,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
23508