Skip to content

Commit

Permalink
Release 1.2.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 19, 2020
1 parent 909af26 commit 92e40aa
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": "fsevents",
"version": "1.2.11",
"version": "1.2.12",
"description": "Native Access to Mac OS-X FSEvents",
"main": "fsevents.js",
"dependencies": {
Expand All @@ -11,7 +11,7 @@
"darwin"
],
"engines": {
"node": ">=4.0"
"node": ">= 4.0"
},
"scripts": {
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
Expand Down

0 comments on commit 92e40aa

Please sign in to comment.