Skip to content

Commit

Permalink
Fixed lint script, readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
nchutchind committed Apr 28, 2017
1 parent 38dc07a commit eae01c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit eae01c8

Please sign in to comment.