@lemontech/sour-theme 1.0.0 → 1.2.0

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 -0
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -71,6 +71,7 @@ export {
71
71
 
72
72
  ```bash
73
73
  npm install sour-theme antd @ant-design/icons react react-dom
74
+
74
75
  ```
75
76
 
76
77
  ### Aplicar el tema globalmente
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lemontech/sour-theme",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.2.0",
5
5
  "description": "Tema para antd personalizado para proyectos de Lemontech",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -34,9 +34,6 @@
34
34
  "engines": {
35
35
  "node": ">=14.0.0"
36
36
  },
37
- "dependencies": {
38
- "antd": "^6.3.1"
39
- },
40
37
  "peerDependencies": {
41
38
  "@ant-design/icons": ">=6.0.0",
42
39
  "antd": ">=6.0.0",