File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 "npm" : " >= 8"
3131 },
3232 "scripts" : {
33- "test" : " npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck" ,
33+ "test" : " npm run lint && npm run coverage && npm run depcheck" ,
3434 "lint" : " eslint ./" ,
3535 "unit" : " rimraf test/tmp && ava" ,
3636 "unit-verbose" : " rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial" ,
3737 "unit-watch" : " npm run unit -- --watch" ,
3838 "unit-inspect" : " cross-env UI5_LOG_LVL=verbose ava debug --break" ,
3939 "coverage" : " rimraf test/tmp && nyc ava --node-arguments=\" --experimental-loader=@istanbuljs/esm-loader-hook\" " ,
40- "jsdoc" : " npm run jsdoc-generate && open-cli jsdocs/index.html" ,
41- "jsdoc-generate" : " jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\" docdash\" ))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)" ,
42- "jsdoc-watch" : " npm run jsdoc && chokidar \" ./lib/**/*.js\" -c \" npm run jsdoc-generate\" " ,
4340 "preversion" : " npm test" ,
4441 "version" : " git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md" ,
4542 "prepublishOnly" : " git push --follow-tags" ,
4845 },
4946 "files" : [
5047 " CHANGELOG.md" ,
51- " jsdoc.json" ,
5248 " npm-shrinkwrap.json" ,
5349 " bin/**" ,
5450 " lib/**" ,
7369 ],
7470 "exclude" : [
7571 " docs/**" ,
76- " jsdocs/**" ,
7772 " coverage/**" ,
78- " test/**" ,
79- " jsdoc-plugin.cjs"
73+ " test/**"
8074 ],
8175 "check-coverage" : true ,
8276 "statements" : 80 ,
128122 "devDependencies" : {
129123 "@istanbuljs/esm-loader-hook" : " ^0.3.0" ,
130124 "ava" : " ^6.4.1" ,
131- "chokidar-cli" : " ^3.0.0" ,
132125 "cross-env" : " ^7.0.3" ,
133126 "depcheck" : " ^1.4.7" ,
134- "docdash" : " ^2.0.2" ,
135127 "eslint" : " ^9.36.0" ,
136128 "esmock" : " ^2.7.3" ,
137129 "execa" : " ^9.6.0" ,
138- "jsdoc" : " ^4.0.4" ,
139130 "nyc" : " ^17.1.0" ,
140- "open-cli" : " ^8.0.0" ,
141131 "rimraf" : " ^6.0.1" ,
142132 "sinon" : " ^21.0.0" ,
143133 "strip-ansi" : " ^7.1.2" ,
You can’t perform that action at this time.
0 commit comments