real-world-css-libraries 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -252,8 +252,8 @@ Library | License
252
252
  [Remedy](https://github.com/jensimmons/cssremedy/blob/master/css/remedy.css) | MPL-2.0
253
253
  [Repaintless](https://github.com/szynszyliszys/repaintless/blob/master/repaintless-css/repaintless.css) | MIT
254
254
  [Reset](https://github.com/Anurella/reset-css/blob/main/reset.css) | MIT
255
- [Responsive](https://github.com/ResponsiveBP/Responsive/blob/v5-dev/dist/v4/responsive.css) | MIT
256
- [Responsive](https://github.com/ResponsiveBP/Responsive/blob/v5-dev/dist/responsive.css) | MIT
255
+ [Responsive 4](https://github.com/ResponsiveBP/Responsive/blob/v5-dev/dist/v4/responsive.css) | MIT
256
+ [Responsive 5](https://github.com/ResponsiveBP/Responsive/blob/v5-dev/dist/responsive.css) | MIT
257
257
  [Ress](https://github.com/filipelinhares/ress/blob/master/ress.css) | MIT
258
258
  [Ripple UI](https://unpkg.com/rippleui@1.12.1/dist/css/styles.css) | MIT
259
259
  [Sakura](https://github.com/oxalorg/sakura/blob/master/css/sakura.css) | MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "real-world-css-libraries",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "scripts": {