react-holographic-cube 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ import React from "react";
28
28
  import InfiniteCube from "react-holographic-cube";
29
29
 
30
30
  // 1. IMPORT THE CSS
31
- import "react-holographic-cube/dist/styles.css";
31
+ import "react-holographic-cube/dist/index.css";
32
32
 
33
33
  const App = () => {
34
34
  // Define the items to show on the faces
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "react-holographic-cube",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A 3D holographic spinning cube component for React",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.module.js",
8
- "style": "dist/styles.css",
8
+ "style": "dist/index.css",
9
9
  "scripts": {
10
10
  "build": "microbundle",
11
11
  "watch": "microbundle watch"