Skip to content

Commit

Permalink
fix(tools): reflect move of diff utils to file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 8, 2023
1 parent 0162316 commit d039df7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions packages/tools/lib/register.js

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

5 changes: 4 additions & 1 deletion packages/tools/lib/utils/index.js

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

2 changes: 2 additions & 0 deletions packages/tools/src/utils/index.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

utils = require '@nikitajs/core/lib/utils'
diff = require '@nikitajs/file/lib/utils/diff'

module.exports = {
...utils
diff: diff,
iptables: require './iptables'
}

0 comments on commit d039df7

Please sign in to comment.