Skip to content

Commit

Permalink
fix: add "type": "module" & use exports field
Browse files Browse the repository at this point in the history
also bump version
  • Loading branch information
N0tExisting authored Jan 14, 2022
1 parent 14443b4 commit 825e9ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@torchlight-api/torchlight-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "A CLI for Torchlight - the syntax highlighting API",
"main": "index.js",
"type": "module",
"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 825e9ed

Please sign in to comment.