Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: acegoal07/file-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.9
Choose a base ref
...
head repository: acegoal07/file-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 17, 2024

  1. Update package.json

    acegoal07 committed Jul 17, 2024
    Copy the full SHA
    68950c4 View commit details
  2. Update package.json

    acegoal07 committed Jul 17, 2024
    Copy the full SHA
    e0e4673 View commit details

Commits on Aug 13, 2024

  1. Delete .github/dependabot.yml

    acegoal07 authored Aug 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f4e0082 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    654b037 View commit details
Showing with 2 additions and 88 deletions.
  1. +0 −11 .github/dependabot.yml
  2. +0 −76 .github/workflows/codeql.yml
  3. +2 −1 package.json
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@
"build": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types && cls && npx tsc && cls && xcopy /s/y src dist && xcopy /y package.json dist && xcopy /y readme.md dist && xcopy /y lICENSE dist",
"build+publish": "npm run build && cls && cd dist && cls && npm publish",
"runTests": "npm i && cls && node tests/fileTools.js && node tests/directoryTools.js && npx rimraf node_modules && npx rimraf package-lock.json",
"build+test": "npm run build && cls && npm run runTests"
"build+test": "npm run build && cls && npm run runTests",
"cleanOldBuilds": "npx rimraf dist && npx rimraf types"
},
"keywords": [
"acegoal07",