Skip to content

Commit

Permalink
Fix engines field in package.json (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jul 15, 2020
1 parent 34f4a21 commit 59c1ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"type": "opencollective",
"url": "https://opencollective.com/date-fns"
},
"engine": {
"node": ">= 0.11"
"engines": {
"node": ">=0.11"
},
"typings": "./typings.d.ts",
"main": "index.js",
Expand Down

0 comments on commit 59c1ab8

Please sign in to comment.