Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gliviu committed Aug 20, 2023
1 parent 12335f4 commit e144d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dir-compare",
"version": "4.1.0",
"version": "4.2.0",
"description": "Node JS directory compare",
"type": "commonjs",
"main": "build/src/index.js",
Expand All @@ -19,18 +19,15 @@
],
"scripts": {
"prepublishOnly": "npm run clean && npm run build && npm run lint",

"clean": "rm -rf build && rm -rf .nyc_output && rm -rf coverage",
"copydeps": "copyfiles \"test/expected/**\" test/testdir.tar \"test/extended/res/**\" \"test/permissionDeniedTests/expected/**\" build",
"build": "tsc && npm run copydeps",
"lint": "eslint ./src ./test --ext .ts,.js",
"watch": "tsc-watch --onSuccess 'npm run copydeps --silent'",

"test": "bash test/run.sh",
"testminimal": "npm install && npm run build && node build/test/runTests.js",
"extest": "./test/extended/init.sh && test/extended/runall.sh",
"coverage": "npx nyc --exclude \"build/test/**\" --reporter=lcov npm test && npx nyc report",

"toc": "npx markdown-toc README.md; echo \n",
"docs": "typedoc --includeVersion --excludeExternals --excludeInternal --readme none --gitRevision master -cleanOutputDir --sort source-order --out docs ./src/index.ts"
},
Expand Down

0 comments on commit e144d80

Please sign in to comment.