@devsisters/dwds-react
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@devsisters/dwds-react", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./dist/index.js", | ||
@@ -20,3 +20,4 @@ "module": "./dist/index.mjs", | ||
"check-types": "tsc --noEmit --skipLibCheck", | ||
"build": "rollup -c ./rollup.config.ts", | ||
"build": "rollup -c ./rollup.config.ts && yarn compress-css", | ||
"compress-css": "cp dist/index.css dist/tmp-index.css && rm dist/index.css && postcss dist/tmp-index.css > dist/index.css && rm dist/tmp-index.css", | ||
"dev": "rollup -w -c ./rollup.config.ts", | ||
@@ -45,2 +46,4 @@ "lint": "TIMING=1 eslint src/**/*.ts*", | ||
"eslint-config-dwds": "*", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-discard-duplicates": "^5.1.0", | ||
"react": "^18.1.0", | ||
@@ -47,0 +50,0 @@ "rollup": "^2.75.6", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
830682
19
20526
1