@festo-ui/react 4.0.0 → 4.0.1

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 +1 -2
package/README.md CHANGED
@@ -13,5 +13,5 @@ To install Festo React, run:
13
13
  ```js
14
14
  /* The following lines should be included in your src/index.js or App.js file*/
15
15
  import '@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css';
16
- import '@festo-ui/react/index.esm.css';
16
+ import '@festo-ui/react/index.css';
17
17
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "peerDependencies": {
@@ -14,7 +14,6 @@
14
14
  ],
15
15
  "module": "./index.js",
16
16
  "main": "./index.js",
17
- "type": "module",
18
17
  "types": "./index.d.ts",
19
18
  "dependencies": {
20
19
  "classnames": "^2.2.6",