colombian-holidays 5.0.5 → 5.0.7

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 (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "colombian-holidays",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "description": "Colombian holidays",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,10 +8,7 @@
8
8
  "lint": "eslint . --ext .ts --fix",
9
9
  "test": "vitest run",
10
10
  "build": "tsup src/index.ts --dts --format cjs,esm --out-dir dist",
11
- "build:cjs": "tsup src/index.ts --format cjs --out-dir dist/cjs",
12
- "build:esm": "tsup src/index.ts --format esm --out-dir dist/esm",
13
- "build:types": "tsup src/index.ts --dts-only --out-dir dist/types",
14
- "prepublishOnly": "npm run build"
11
+ "prepublishOnly": "npm run lint && npm run test && npm run build"
15
12
  },
16
13
  "license": "MIT",
17
14
  "bugs": {