@leaderty/index-variations 1.0.1 → 1.0.3

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 -6
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,14 +2,10 @@
2
2
 
3
3
  Paquete para obtener variaciones de índices económicos de Argentina (IPC) mediante un cron job diario.
4
4
 
5
- ## Comandos
5
+ ## Setup
6
6
 
7
7
  ```bash
8
- # Build
9
- pnpm build
10
-
11
- # Test
12
- pnpm test
8
+ npm install @leaderty/index-variations
13
9
  ```
14
10
 
15
11
  ## Funciones
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@leaderty/index-variations",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
+ "type": "module",
4
5
  "main": "dist/index.js",
5
6
  "types": "dist/index.d.ts",
6
7
  "files": [