postcss-style-docs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "postcss-style-docs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "PostCSS plugin for dynamically adding documentation to styles", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
"lint": "eslint ./src/index.ts", | ||
"postrelease": "git push --follow-tags origin master; npm publish", | ||
"prerelease": "npm run build", | ||
@@ -23,10 +24,7 @@ "release": "standard-version", | ||
"module": "lib/mjs/index.js", | ||
"type": "module", | ||
"exports": { | ||
"import": { | ||
"path": "./lib/mjs/index.js", | ||
"types": "./lib/mjs/index.d.ts" | ||
}, | ||
"require": { | ||
"path": "./lib/cjs/index.js", | ||
"types": "./lib/cjs/index.d.ts" | ||
".": { | ||
"import": "./lib/mjs/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
@@ -33,0 +31,0 @@ }, |
Yes
12873