Skip to content

Commit

Permalink
node-verror#83 Syntax error in package.json (#82)
Browse files Browse the repository at this point in the history
Reviewed by: Brian Bennett
  • Loading branch information
junaga authored May 24, 2021
1 parent dc48342 commit 8df1ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
},
"engines": [
"node >=0.6.0"
],
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "make test"
},
Expand Down

0 comments on commit 8df1ff8

Please sign in to comment.