Skip to content

Commit

Permalink
Add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 22, 2021
1 parent 2a1898c commit 8e6088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"./lib/terminal-highlight": "./lib/terminal-highlight.js",
"./lib/tokenize": "./lib/tokenize.js",
"./lib/warn-once": "./lib/warn-once.js",
"./lib/warning": "./lib/warning.js"
"./lib/warning": "./lib/warning.js",
"./package.json": "./package.json"
},
"main": "./lib/postcss.js",
"types": "./lib/postcss.d.ts",
Expand Down

0 comments on commit 8e6088f

Please sign in to comment.