Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "stylis", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "description": "A Light–weight CSS Preprocessor", | ||
"type": "module", | ||
"main": "dist/stylis.umd.js", | ||
"module": "dist/stylis.esm.js", | ||
"main": "dist/stylis.cjs", | ||
"module": "dist/stylis.mjs", | ||
"exports": { | ||
@@ -29,4 +29,5 @@ "import": "./index.js", | ||
"spec": "mocha --harmony --require esm script/setup.js --recursive test", | ||
"prebuild": "rimraf dist", | ||
"build": "rollup --config script/build.js --configSrc ./", | ||
"start": "rollup --config script/build.js --configSrc ./ --watch", | ||
"start": "npm run build -- --watch", | ||
"prepare": "npm run build", | ||
@@ -39,3 +40,2 @@ "postversion": "git push --follow-tags && npm publish", | ||
"devDependencies": { | ||
"stylis": "./", | ||
"chai": "4.2.0", | ||
@@ -46,5 +46,7 @@ "eslint": "6.8.0", | ||
"nyc": "15.0.0", | ||
"rimraf": "3.0.2", | ||
"rollup": "1.28.0", | ||
"rollup-plugin-size": "0.2.1", | ||
"rollup-plugin-terser": "5.1.3", | ||
"rollup-plugin-size": "0.2.1" | ||
"stylis": "./" | ||
}, | ||
@@ -51,0 +53,0 @@ "nyc": { |
@@ -9,4 +9,4 @@ # STYLIS | ||
[![Size](https://badgen.net/bundlephobia/minzip/stylis)](https://bundlephobia.com/result?p=stylis) | ||
[![Licence](https://badgen.net/badge/license/MIT/blue)](https://github.com/dyo/dyo/blob/master/LICENSE.md) | ||
[![NPM](https://badgen.net/npm/v/dyo)](https://www.npmjs.com/package/dyo) | ||
[![Licence](https://badgen.net/badge/license/MIT/blue)](https://github.com/thysultan/stylis.js/blob/master/LICENSE) | ||
[![NPM](https://badgen.net/npm/v/dyo)](https://www.npmjs.com/package/stylis) | ||
@@ -13,0 +13,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119600
10
16
778