Skip to content

Commit

Permalink
Use node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle committed May 3, 2019
1 parent 7de3278 commit 9828d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-click-outside",
"version": "2.1.0",
"version": "2.1.1",
"description": "Vue directive to react on clicks outside an element",
"main": "dist/v-click-outside.min.umd.js",
"umd:main": "dist/v-click-outside.min.umd.js",
Expand Down Expand Up @@ -55,6 +55,6 @@
]
},
"engines": {
"node": ">=6"
"node": "10"
}
}

0 comments on commit 9828d3c

Please sign in to comment.