Skip to content

Commit

Permalink
Fix a mistake in package.json
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
sindresorhus committed Aug 24, 2021
1 parent 0bad4ff commit e3499cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"bin": {
"strip-json-comments": "cli.js"
"strip-json-comments": "./cli.js"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
Expand Down

0 comments on commit e3499cc

Please sign in to comment.