Skip to content

Commit

Permalink
fix: targets must start with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
N0tExisting authored Jan 14, 2022
1 parent 825e9ed commit 374e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.3",
"description": "A CLI for Torchlight - the syntax highlighting API",
"type": "module",
"exports": "index.js",
"exports": "./index.js",
"scripts": {
"test": "standard --env jest && jest",
"build": "babel src --out-dir lib --copy-files \"--ignore\" \"src/stubs/**/*\""
Expand Down

0 comments on commit 374e51f

Please sign in to comment.