@luis-angel-martin-dzul/vue-input-styles 0.0.42 → 0.0.43

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 +2 -11
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -10,19 +10,10 @@ La instalación se realiza mediante **npm** utilizando el registro privado de Gi
10
10
 
11
11
  ---
12
12
 
13
- ### 1️⃣ Crear archivo `.npmrc` en la raíz del proyecto
14
-
15
- Agrega la siguiente configuración:
16
-
17
- ```bash
18
- @luis-angel-martin-dzul:registry=https://npm.pkg.github.com
19
- //npm.pkg.github.com/:_authToken=[TOKEN]
20
- ```
21
-
22
- ### 2️⃣ Instalar el paquete
13
+ ### 1️⃣ Instalar el paquete
23
14
 
24
15
  ```bash
25
- npm install @luis-angel-martin-dzul/vue-input-styles@0.0.42
16
+ npm i @luis-angel-martin-dzul/vue-input-styles
26
17
  ```
27
18
 
28
19
  ### 🚀 Uso básico
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@luis-angel-martin-dzul/vue-input-styles",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "private": false,
5
5
  "type": "module",
6
-
7
6
  "main": "./dist/vue-input-styles.umd.js",
8
7
  "module": "./dist/vue-input-styles.es.js",
9
8
  "style": "./dist/vue-input-styles.css",
10
-
11
9
  "exports": {
12
10
  ".": {
13
11
  "import": "./dist/vue-input-styles.es.js",
@@ -19,7 +17,6 @@
19
17
  "dist",
20
18
  "README.md"
21
19
  ],
22
-
23
20
  "scripts": {
24
21
  "dev": "vite",
25
22
  "build": "vite build",