We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3650694 commit 496d6f3Copy full SHA for 496d6f3
utils/bump/bump-utils.mjs
@@ -1,6 +1,7 @@
1
#!/usr/bin/env node
2
3
// bump-utils.mjs for finding/bumping/hashing etc.
4
+// Source: https://github.com/adamlui/ai-web-extensions/blob/main/utils/bump/bump-utils.mjs
5
// Latest miniified release: https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs
6
7
import fs from 'fs' // to read/write files
0 commit comments