powerlines 0.10.1 → 0.10.2

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "type": "module",
5
5
  "description": "The \"any framework\" framework that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "repository": {
@@ -404,10 +404,6 @@
404
404
  "webpack",
405
405
  "astro"
406
406
  ],
407
- "scripts": {
408
- "install": "rm -rf node_modules/typescript || exit 0",
409
- "postinstall": "node ./scripts/post-install.cjs || exit 0"
410
- },
411
407
  "peerDependencies": {
412
408
  "@farmfe/cli": "^1.0.5",
413
409
  "@farmfe/core": "^1.7.11",
@@ -532,5 +528,5 @@
532
528
  "typescript": "^5.9.3"
533
529
  },
534
530
  "publishConfig": { "access": "public" },
535
- "gitHead": "9cdca2370a9a95804d04d1725f066f1e4385ba85"
531
+ "gitHead": "4c2e10f19685af75cbad8a2e6951d47894415fbb"
536
532
  }