-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change patch to happen via pnpm feature
- Loading branch information
Showing
4 changed files
with
30 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/.npmignore b/.npmignore | ||
deleted file mode 100644 | ||
index 79edc7b5e4012eafc3b4c8de07ceac4247bd8d2e..0000000000000000000000000000000000000000 | ||
diff --git a/src/jsgraphs.js b/src/jsgraphs.js | ||
index 12fbde597d1692039a3f1ad8826eadd66ccddffc..e21ab1c1385faed3671cff468526c36936b72809 100644 | ||
--- a/src/jsgraphs.js | ||
+++ b/src/jsgraphs.js | ||
@@ -1202,7 +1202,4 @@ var jsgraphs = jsgraphs || {}; | ||
jss.FordFulkerson = FordFulkerson; | ||
})(jsgraphs); | ||
|
||
-var module = module || {}; | ||
-if(module) { | ||
- module.exports = jsgraphs; | ||
-} | ||
\ No newline at end of file | ||
+module.exports = jsgraphs; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.