Skip to content

Commit 6822006

Browse files
committed
re-generate top commons
1 parent 6f9d66b commit 6822006

2 files changed

Lines changed: 79 additions & 46 deletions

File tree

package-lock.json

Lines changed: 70 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
"name": "@xpack-dev-tools/cmake",
33
"version": "3.31.9-1.1",
44
"description": "A binary xpm package with the CMake executables",
5-
"scripts": {
6-
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
7-
"npm-install": "npm install",
8-
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
9-
"npm-outdated": "npm outdated",
10-
"npm-pack": "npm pack",
11-
"npm-link": "npm link",
12-
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
13-
"postversion": "git push origin --all && git push origin --tags"
14-
},
155
"repository": {
166
"type": "git",
177
"url": "git+https://github.com/xpack-dev-tools/cmake-xpack.git"
@@ -77,12 +67,15 @@
7767
"json": "https://www.npmjs.com/package/json",
7868
"liquidjs": "https://www.npmjs.com/package/liquidjs"
7969
},
80-
"_topConfig": {
81-
"descriptiveName": "xPack CMake",
82-
"upstreamDescriptiveName": "CMake",
83-
"permalinkName": "cmake",
84-
"skipCiTests": "true",
85-
"useSelfHostedRunners": "false"
70+
"scripts": {
71+
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
72+
"npm-install": "npm install",
73+
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
74+
"npm-outdated": "npm outdated",
75+
"npm-pack": "npm pack",
76+
"npm-link": "npm link",
77+
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
78+
"postversion": "git push origin --all && git push origin --tags"
8679
},
8780
"engines": {
8881
"node": ">=20.0"

0 commit comments

Comments
 (0)