Skip to content

Commit 0c82e1a

Browse files
committed
re-generate commons
1 parent fcfc0d2 commit 0c82e1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ build*/
8080
Thumbs.db
8181
.DS_Store
8282

83+
website/.docusaurus
84+
website/build
85+
8386
#end

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"module": "./esm/index.js",
1616
"types": "./cjs/index.d.ts",
1717
"scripts": {
18+
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack",
1819
"compile-watch": "tsc --build --verbose --watch src",
1920
"fix": "ts-standard --fix src tests && standard esm",
2021
"compile": "tsc --build --verbose src",
@@ -45,8 +46,7 @@
4546
"dev-cycle": "npm run fix && npm run compile && npm run test",
4647
"clean": "del-cli cjs 'tests/**/cjs' 'src/**/*.d.ts' 'src/**/*.d.ts.map' 'src/**/*.js' 'src/**/*.js.map' 'tests/**/*.d.ts' 'tests/**/*.d.ts.map' 'tests/**/*.js' 'tests/**/*.js.map' '**/tsconfig.tsbuildinfo' .nyc_output coverage",
4748
"deep-clean": "npm run clean && rm -rf node_modules package-lock.json",
48-
"npm-version": "echo $(which node) $(node --version) && echo $(which npm) $(npm --version)",
49-
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack"
49+
"npm-version": "echo $(which node) $(node --version) && echo $(which npm) $(npm --version)"
5050
},
5151
"repository": {
5252
"type": "git",
@@ -117,6 +117,7 @@
117117
"**/*.js"
118118
]
119119
},
120+
"xConfig": {},
120121
"engines": {
121122
"node": " >=18.0.0"
122123
}

0 commit comments

Comments
 (0)