Skip to content

Commit dc9ddf8

Browse files
committed
re-generate top commons
1 parent 6f53723 commit dc9ddf8

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/meson-build",
33
"version": "1.8.5-1.1",
44
"description": "A binary xpm package with the Meson Build 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/meson-build-xpack.git"
@@ -75,12 +65,15 @@
7565
"json": "^11.0.0",
7666
"liquidjs": "^10.27.0"
7767
},
78-
"_topConfig": {
79-
"descriptiveName": "xPack Meson Build",
80-
"upstreamDescriptiveName": "Meson Build",
81-
"permalinkName": "meson-build",
82-
"skipCiTests": "true",
83-
"useSelfHostedRunners": "false"
68+
"scripts": {
69+
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
70+
"npm-install": "npm install",
71+
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
72+
"npm-outdated": "npm outdated",
73+
"npm-pack": "npm pack",
74+
"npm-link": "npm link",
75+
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
76+
"postversion": "git push origin --all && git push origin --tags"
8477
},
8578
"engines": {
8679
"node": ">=20.0"

0 commit comments

Comments
 (0)