Skip to content

Commit

Permalink
exports css & dom scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Oct 2, 2022
1 parent 0a66673 commit 20f5941
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,11 @@
"version": "10.0.0",
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
"main": "index.js",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./css": "./src/css.js",
"./dom": "./src/dom.js"
},
"type": "module",
"scripts": {
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage --runInBand --detectOpenHandles",
Expand Down

0 comments on commit 20f5941

Please sign in to comment.