diff --git a/README.md b/README.md index bd46cca..f2e110c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Works well for handling clicks outside of menus and popups. Can handle any DOM e TBD ## Demos -Check out the highly contrived demos here: [https://nchutchind.github.io/vue-outside-events/docs/demos.md](https://nchutchind.github.io/vue-outside-events/docs/demos.md) +Check out the highly contrived demos here: [https://nchutchind.github.io/vue-outside-events/docs/index.html](https://nchutchind.github.io/vue-outside-events/docs/index.html) ## Use diff --git a/package.json b/package.json index f88aaab..8ea7674 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest --coverage", "cover": "opn coverage/lcov-report/index.html", "build": "rollup -c", - "lint": "standard", - "lint:fix": "standard --fix", + "lint": "standard \"src/*.js\"", + "lint:fix": "standard \"src/*.js\" --fix", "release": "np" }, "repository": {