critical-css-parser
Advanced tools
Comparing version
{ | ||
"name": "critical-css-parser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get critical (above-the-fold) and the rest CSS using Puppeteer.", | ||
"source": "src/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"unpkg": "dist/index.umd.js", | ||
"source": "./src/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": "./dist/index.modern.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"repository": "https://github.com/ABVanton200/critical-css-parser", | ||
@@ -10,0 +11,0 @@ "bugs": { |
72568
0.07%