@my-devkit/core 1.0.35 → 1.0.36

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@my-devkit/core",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "My Devkit: common tools",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -12,7 +12,6 @@
12
12
  "url": "https://github.com/BUONJG/my-devkit.git"
13
13
  },
14
14
  "scripts": {
15
- "preinstall": "npx only-allow pnpm",
16
15
  "clean": "pnpx ts-cleaner -d ./dist -s ./src || true",
17
16
  "build": "pnpm run clean && tsc",
18
17
  "watch": "pnpm run clean && tsc -w"
Binary file