@kadi.build/core 0.0.1-alpha.5 → 0.0.1-alpha.6

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 +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadi.build/core",
3
- "version": "0.0.1-alpha.5",
3
+ "version": "0.0.1-alpha.6",
4
4
  "description": "A module that is a comprehensive toolkit for developers integrating with the KADI infrastructure.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "LICENSE"
38
38
  ],
39
39
  "scripts": {
40
- "clean": "rimraf dist",
40
+ "clean": "rm -rf dist",
41
41
  "build": "npm run clean && tsc",
42
42
  "build:watch": "tsc --watch",
43
43
  "typecheck": "tsc --noEmit",
@@ -45,8 +45,7 @@
45
45
  "lint:fix": "eslint 'src/**/*.{js,ts}' --fix",
46
46
  "format": "prettier --write .",
47
47
  "format:check": "prettier --check .",
48
- "prepublishOnly": "npm run build",
49
- "prepare": "npm run build"
48
+ "prepublishOnly": "npm run build"
50
49
  },
51
50
  "author": "Corey Clark",
52
51
  "contributors": [
@@ -73,7 +72,6 @@
73
72
  "eslint-config-prettier": "^9.1.2",
74
73
  "eslint-plugin-prettier": "^5.5.4",
75
74
  "prettier": "^3.6.2",
76
- "rimraf": "^5.0.10",
77
75
  "typescript": "^5.9.2"
78
76
  }
79
77
  }